-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "anu-demo-ie",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "",
"author": "",
"license": "",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.dev.js --watch-poll --hot --inline --progress --open",
"build": "webpack --config webpack.config.prod.js"
},
"devDependencies": {
"autoprefixer": "^7.2.4",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-antd": "^0.5.1",
"babel-plugin-import": "^1.6.7",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.8",
"cssnano": "^3.10.0",
"es3ify-loader": "^0.2.0",
"es3ify-webpack-plugin": "0.0.1",
"export-from-ie8": "^1.0.5",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"node-sass": "^3.4.2",
"optimize-css-assets-webpack-plugin": "^1.3.1",
"postcss-loader": "0.8.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.2",
"url-loader": "^0.6.2",
"webpack": "1.13.0",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"antd": "1.x",
"anujs": "^1.4.9",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
"create-react-class": "^15.6.3",
"echarts": "2.2.8",
"moment": "^2.22.1",
"pubsub-js": "^1.6.0",
"react-router": "2.3.0"
}
}