1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-31 11:52:06 +02:00

Update package.json for gulp

This commit is contained in:
Iqbal
2019-02-11 10:29:09 +07:00
committed by GitHub
parent 306495b6e8
commit b80ddfae01

View File

@@ -38,6 +38,17 @@
"weathericons": "^2.1.0"
},
"devDependencies": {
"gulp": "^4.0.0"
"autoprefixer": "^9.4.7",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.8",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"imagemin-mozjpeg": "^8.0.0"
}
}