-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 862 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
{
"name": "appwebpack",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^0.22.0",
"expose-loader": "^0.7.1",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-main-bower-files": "^1.2.5",
"gulp-minify-css": "^1.2.1",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"html-loader": "^0.3.0",
"html-minify-loader": "^1.0.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"webpack-notifier": "^1.2.1"
},
"dependencies": {}
}