-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "webpack_learn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manlili/webpack_learn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manlili/webpack_learn/issues"
},
"homepage": "https://github.com/manlili/webpack_learn#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"ejs-loader": "^0.3.0",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^2.0.0",
"install": "^0.10.1",
"node-sass": "^4.5.3",
"npm": "^5.0.3",
"postcss": "^6.0.1",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^2.6.1"
},
"dependencies": {
"babel-plugin-config-export": "^1.0.0"
}
}