-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 971 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
{
"name": "barbershop-adaptive",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"editorconfig": "editorconfig-cli",
"build": "gulp build",
"start": "npm run build && gulp serve"
},
"author": "haosmos",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.24.7",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-csso": "^3.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgstore": "^7.0.0",
"gulp-uglify": "^3.0.1",
"gulp-webp": "^3.0.0",
"posthtml-include": "^1.2.0",
"run-sequence": "^2.2.1"
}
}