forked from yeasin-hastechit/quickStartPack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 792 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
{
"name": "adtron",
"version": "1.0.0",
"description": "Adtron - Responsive Bootstrap 4 Admin Template",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hastech",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-beautify-code": "^2.0.4",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.2.2",
"gulp-imagemin": "^7.1.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"imagemin-jpeg-recompress": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-svgo": "^8.0.0",
"imagemin-upng": "^2.0.3"
}
}