-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "webpack-guardian",
"version": "1.2.8",
"key": "webpack react ie8 cli tool",
"description": "guardian webpack project",
"bin": "./bin/webpack-guardian.js",
"main": "./lib/webpack-guardian.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"authors": [
"wangyingjun (https://github.com/wangyingjun)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/wangyingjun/webpack-guardian/issues"
},
"dependencies": {
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"console-polyfill": "^0.3.0",
"css-loader": "^0.26.4",
"es3ify-loader": "^0.2.0",
"es6-promise": "^3.3.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.1.0",
"node-sass": "^4.9.2",
"open": "0.0.5",
"portfinder": "^1.0.17",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.11.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.13.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.5.9",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.6.5",
"webpack-merge": "^4.1.2"
},
"devDependencies": {}
}