-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.02 KB
/
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
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
{
"name": "proto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack-dev-server --host 127.0.0.1 --port 3333 --inline --content-base . --history-api-fallback --config webpack.config.dev.js"
},
"devDependencies": {
"async": "^2.6.0",
"autoprefixer": "^7.1.1",
"axios": "^0.17.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.8.1",
"html-withimg-loader": "^0.1.16",
"image-webpack-loader": "^3.3.1",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"mockjs": "^1.0.1-beta3",
"open-browser-webpack-plugin": "^0.0.5",
"postcss-loader": "^1.3.3",
"qs": "^6.5.1",
"raw-loader": "^0.5.1",
"react": "^16.1.0",
"react-d3-cloud": "^0.4.1",
"react-dom": "^16.1.0",
"react-hot-loader": "^1.3.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.4.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"echarts": "^3.8.5",
"echarts-for-react": "^2.0.0",
"moment": "^2.18.1",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-native": "^0.46.2",
"whatwg-fetch": "^2.0.3"
}
}