-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "roc-package-web-app-react-dev",
"description": "Package for building React applications with Roc (Development)",
"version": "1.1.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"roc",
"roc-package",
"roc-dev",
"react-router",
"react",
"redux"
],
"repository": "https://github.com/rocjs/extensions",
"author": "Schibsted",
"contributors": [
{
"name": "Gustaf Dalemar"
}
],
"license": "MIT",
"dependencies": {
"bundle-loader": "^0.5.4",
"react-a11y": "~0.3.3",
"redux-devtools": "~3.4.0",
"redux-devtools-dock-monitor": "~1.1.2",
"redux-devtools-log-monitor": "~1.4.0",
"redux-logger": "~2.6.1",
"roc": "^1.0.0-rc.23",
"roc-package-web-app-dev": "^1.0.1-alpha.1",
"roc-plugin-react-dev": "^1.0.0",
"yellowbox-react": "~0.10.0"
},
"roc": {
"packages": [
"./lib/index.js"
]
}
}