-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 857 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
{
"name": "gulp-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-buble": "^0.9.0",
"gulp-concat": "^2.6.1",
"gulp-gm": "0.0.9",
"gulp-imagemin": "^6.2.0",
"gulp-livereload": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemap": "^1.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
"sass": "^1.49.9",
"static-server": "^2.2.1"
},
"dependencies": {
"g": "^2.0.1",
"gulp-replace": "^1.0.0"
}
}