forked from agragregra/OptimizedHTML-5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 872 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 872 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": "5.0.0",
"description": "OptimizedHTML 5 - Lightweight Gulp Starter",
"main": "index.js",
"author": "WebDesign Master",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-root-import": "^6.6.0",
"bootstrap": "^4.5.3",
"browser-sync": "^2.26.13",
"browsersync-ssi": "^0.2.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-empty": "^0.1.2",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-less-glob": "^1.0.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-rsync": "0.0.9",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-stylus": "^2.7.0",
"webpack-stream": "^6.1.1"
}
}