-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 878 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
{
"name": "Beatles Fake React Web Store",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zack Rose <[email protected]> (http://zackrose.com)",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.3",
"history": "^1.17.0",
"json-loader": "^0.5.4",
"jstransform": "^11.0.3",
"jstransform-loader": "^0.2.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-if-comp": "0.0.7",
"react-modal": "^0.6.1",
"react-redux": "^4.3.0",
"react-router": "^1.0.3"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"jsx-control-statements": "^3.1.0",
"jsx-control-statements-jstransform": "^3.0.0"
}
}