-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 787 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 787 Bytes
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
{
"name": "webpack-starter",
"description": "Web pack starter",
"repository": {
"type": "git",
"url": "https://github.com/nhanco/webpack-starter.git"
},
"author": "Nhân Cổ http://fb.com/nhanco",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"fs": "^0.0.1-security",
"glob": "^7.1.2",
"iconfont-webpack-plugin": "^1.1.0",
"install": "^0.10.1",
"lodash": "^4.17.4",
"npm": "^5.5.1",
"path": "^0.12.7",
"postcss-loader": "^2.0.8",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^3.7.1",
"webpack-css-concat-plugin": "^0.0.0",
"webpack-merge": "^4.1.0"
}
}