-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 953 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
{
"name": "gulp-setting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.5",
"del": "^4.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-count": "^1.0.0",
"gulp-dest-clean": "^0.5.0",
"gulp-html-beautify": "^1.0.1",
"gulp-html-replace": "^1.6.2",
"gulp-html-tag-include": "^1.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-insert": "^0.5.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-wait": "0.0.2",
"node-sass": "^4.14.1",
"run-sequence": "^2.2.1"
},
"dependencies": {}
}