-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
74 lines (74 loc) · 2.08 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
69
70
71
72
73
74
{
"name": "webpack1-ie8",
"version": "0.0.1",
"license": "MIT",
"main": "index.js",
"author": "HeavenSky",
"description": "study react antd ie8",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --cache --colors --profile --progress --hide-modules",
"app": "cross-env NODE_ENV=production webpack --cache --colors --profile --progress --hide-modules",
"start": "cross-env NODE_ENV=development webpack-dev-server --cache --colors --profile --progress -d"
},
"browserslist": [
"last 2 versions",
"> 0.01%",
"ie > 7"
],
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-import": "^1.6.7",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bundle-loader": "^0.5.6",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"cssnano": "^3.10.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",
"friendly-errors-webpack-plugin": "^1.6.1",
"happypack": "^4.0.1",
"html-webpack-plugin": "^3.1.0",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.3",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.0.1",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"antd": "^1.11.6",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"console-polyfill": "^0.3.0",
"es5-shim": "^4.5.10",
"jquery": "^1.12.4",
"jquery-ui-dist": "^1.12.1",
"js-cookie": "^2.2.0",
"media-match": "^2.0.3",
"moment": "^2.21.0",
"normalize.css": "^8.0.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"pace": "github:HubSpot/pace#v1.0.2",
"pubsub-js": "^1.6.0",
"react": "^0.14.9",
"react-dom": "^0.14.9",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-undo": "^0.6.1",
"signals": "^1.0.0"
}
}