-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.83 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.83 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-app",
"version": "1.0.0",
"description": "React webpack-3 Boiler-Plate",
"license": "ISC",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server -d --env.platform=default --progress --hot",
"build": "NODE_ENV='production' webpack -p --progress --hot",
"test": "jest --config jest.config.json --updateSnapshot"
},
"keywords": [],
"author": "",
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
},
"devDependencies": {
"animate": "^1.0.0",
"animate.css": "^3.5.2",
"antd": "^3.1.0",
"axios": "^0.17.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bulma": "^0.4.4",
"connected-react-router": "^4.3.0",
"css-loader": "^0.28.4",
"d3": "^4.12.2",
"echarts": "^4.0.2",
"eslint": "^4.3.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.6",
"flexbox": "0.0.3",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^3.4.2",
"jest": "^20.0.4",
"jquery": "^3.2.1",
"layui-src": "^2.2.5",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"prop-types": "^15.5.10",
"react-hot-loader": "^3.1.3",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.1.2",
"react-test-renderer": "^15.6.1",
"redux": "^3.7.2",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}