-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 958 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
35
36
37
38
{
"name": "webpack-test",
"version": "1.0.0",
"description": "",
"main": "bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.9.1",
"browserify": "^11.1.0",
"concat": "^1.0.0",
"css-loader": "^0.16.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-webpack": "^1.5.0",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.6.1",
"jquery": "^2.1.4",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"map-stream": "0.0.6",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.3.2",
"sass-loader": "^2.0.1",
"source-map-loader": "^0.1.5",
"style-loader": "^0.12.3",
"stylus-loader": "^1.3.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^0.12.13",
"webpack": "^1.12.1"
}
}