-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "learnwebpack1.13.2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpackHis": "webpack --config webpack.config.js --progress --display-modules --colors --display-reasons",
"webpack": "webpack --config webpack.config.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CosSalt/LearnWebpack1.13.2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CosSalt/LearnWebpack1.13.2/issues"
},
"homepage": "https://github.com/CosSalt/LearnWebpack1.13.2#readme",
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"css-loader": "^0.25.0",
"ejs-loader": "^0.3.0",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^4.1.0",
"less": "^3.0.1",
"less-loader": "^2.2.3",
"postcss-loader": "^1.1.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
}
}