-
Notifications
You must be signed in to change notification settings - Fork 401
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 Bytes
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
{
"name": "optimizedhtml",
"version": "3.2.0",
"description": "OptimizedHTML - Start HTML Template",
"main": "index.js",
"author": "WebDesign Master",
"type": "module",
"browserslist": [ "last 10 versions" ],
"license": "ISC",
"scripts": {
"start": "gulp"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"cssnano": "^7.0.6",
"del": "^8.0.0",
"gulp": "^5.0.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"imagemin": "^9.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-rsync": "0.1.0",
"gulp-sass": "^6.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.85.0",
"vinyl-ftp": "^0.6.1"
}
}