-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "qgweb",
"version": "1.0.0",
"description": "quick start you website building",
"main": "server.js",
"watch": {
"make": {
"patterns": [
"gulpfile"
],
"extensions": "js",
"quiet": false
}
},
"scripts": {
"build_css": "node make && gulp css",
"build_templateHTML": "node make && gulp templateHTML",
"watch_make": "npm-watch make",
"make": "node make",
"build:dev": "node make && gulp build",
"nginx": "taskkill /f /im nginx.exe && c: && cd nginx && nginx",
"dev": "gulp"
},
"author": "Lionad-Guirotar tangnad@qq.com",
"license": "WTFPL",
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"del": "^4.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-defer": "^1.1.2",
"gulp-eslint": "^5.0.0",
"gulp-file-include": "^2.0.1",
"gulp-find": "^0.0.10",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.5",
"gulp.spritesmith": "^6.9.0",
"merge-stream": "^1.0.1",
"npm-watch": "^0.3.0",
"orchestrator": "^0.3.8",
"phantomjs": "^2.1.7",
"phantomjssmith": "^1.0.4",
"pngquant": "^1.3.0",
"through2": "^2.0.3"
}
}