package.json
1.52 KB
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
45
46
47
48
49
50
51
52
{
"name": "webpack-generators",
"version": "0.0.1",
"description": "webpack generators",
"homepage": "http://www.gaoxiaobang.cn",
"author": "GXB Development Group",
"banner": "/*!\n * ©2016, <%= pkg.name %> v<%= pkg.version %>\n * Description: <%= pkg.description %>\n * Author: <%= pkg.author %>\n * Build Time: <%= new Date() %>\n */\n",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"build": "rm -rf build && webpack --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack"
],
"author": "gaoxiaobang.com",
"devDependencies": {
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"del": "^2.2.1",
"ejs": "^2.4.2",
"ejs-compiled-loader": "^2.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-jsbeautifier": "^2.0.3",
"gulp-util": "^3.0.7",
"highlight.js": "^9.5.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.21.0",
"htmlencode": "0.0.4",
"jquery": "^3.1.0",
"node-sass": "^3.8.0",
"sass-loader": "^3.2.2",
"static-server": "^2.0.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.4.0"
},
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-util": "^3.0.7",
},
"license": "ISC"
}