-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 Bytes
/
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
{
"name": "webpack-ie8",
"version": "0.1.0",
"description": "webpack ie8 脚手架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --config webpack.config.js --progress --display-modules --colors --display-reasons"
},
"keywords": [
"webpack",
"ie8"
],
"author": "jimzhuang",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.26.0",
"es5-shim": "^4.5.9",
"jquery": "1.9.1",
"webpack": "^3.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"es3ify-webpack-plugin": "^0.0.1",
"node-sass": "^4.5.3",
"path": "^0.12.7",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6"
}
}