forked from odama626/react-cosmos-stateful-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 850 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
{
"name": "react-cosmos-stateful-proxy",
"version": "2.0.0",
"description": "A stateful container for stateless react components",
"main": "lib/index.js",
"repository": "omarzion/react-cosmos-stateful-proxy",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production babel src/index.js -o lib/index.js"
},
"peerDependencies": {
"react": "^15"
},
"keywords": [
"react-cosmos",
"react",
"cosmos",
"proxy",
"proxies"
],
"author": "Adam Sparks",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react-app": "^3.1.0"
},
"dependencies": {
"merge": "^1.2.1"
}
}