-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "my_web",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "sun",
"license": "ISC",
"description": "",
"devDependencies": {
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"console-polyfill": "^0.2.2",
"css-loader": "^0.23.1",
"es5-shim": "^4.5.7",
"flux": "^2.1.1",
"jQuery": "^1.7.4",
"jsx-loader": "^0.13.2",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"react": "^0.14.7",
"react-addons": "^0.9.1-deprecated",
"react-addons-css-transition-group": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"react-tools": "^0.13.3",
"redux": "^3.3.1",
"redux-devtools": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.14"
},
"dependencies": {
"object-assign": "^4.0.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.0"
}
}