-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "gulp-configuration",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"dev": "gulp",
"build:dev": "gulp --build",
"build:prod": "gulp deploy --build",
"zip": "gulp deployZip --build"
},
"keywords": [],
"author": "ASTIK",
"license": "ISC",
"devDependencies": {
"browser-sync": "latest",
"del": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "latest",
"gulp-file-include": "latest",
"gulp-group-css-media-queries": "latest",
"gulp-if": "latest",
"gulp-imagemin": "latest",
"gulp-newer": "latest",
"gulp-plumber": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-svg-sprite": "latest",
"gulp-version-number": "latest",
"gulp-webp": "latest",
"gulp-webp-html-nosvg": "latest",
"gulp-webpcss": "latest",
"gulp-zip": "latest",
"imagemin-pngquant": "latest",
"sass": "latest",
"webp-converter": "2.2.3",
"webpack": "latest",
"webpack-stream": "latest"
}
}