-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.45 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
42
43
44
45
46
47
48
49
{
"name": "react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --hot",
"build": "webpack --profile --progress --colors --display-error-details ",
"dev": "webpack --display-modules --profile --progress --colors --display-error-details",
"pro": "NODE_ENV=production webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^2.12.5",
"es6-promise": "^4.1.1",
"fetch": "^1.1.0",
"file-loader": "^0.11.2",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.7",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-responsive": "^1.3.4",
"react-router-dom": "^4.1.2",
"react-scripts": "^1.0.11",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-loader": "^7.1.1",
"babel-plugin-import": "^1.3.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"babili-webpack-plugin": "^0.1.2",
"css-loader": "^0.28.4",
"html-webpack-plugin": "^2.30.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.7.1"
}
}