-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 944 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
39
40
41
42
{
"name": "project-pc",
"version": "1.0.0",
"description": "pc",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"browser-sync": "*",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "*",
"gulp-clean": "*",
"gulp-clean-css": "*",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "*",
"gulp-imagemin": "*",
"gulp-less": "*",
"gulp-livereload": "*",
"gulp-load-plugins": "*",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"imagemin-pngcrush": "^5.1.0",
"qiniu": "^7.0.4",
"run-sequence": "^1.2.2",
"tiny-lr": "*"
},
"keywords": [
"project-pc"
],
"author": "zhaozb",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.12",
"gulp": "^3.9.1"
}
}