forked from captain-zsa/gulp-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 850 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
{
"name": "project",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.18",
"browser-sync": "^3.0.2",
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.1.0",
"gulp-optimize-images": "^1.1.5",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"gulp-webp": "^5.0.0",
"postcss": "^8.4.35",
"postcss-csso": "^6.0.1"
},
"browserslist": [
"last 2 versions",
"not dead",
"not ie <= 11",
"not op_mini all",
"not < 0.25%"
],
"engines": {
"node": "v20.10.0"
},
"type": "module"
}