generated from zakirsoft/gulp-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "project-name",
"version": "1.0.1",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nunjucks-starter",
"gulp",
"starter"
],
"author": "Zakirsoft ([email protected])",
"license": "ISC",
"homepage": "https://zakirsoft",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"browser-sync": "^2.26.7",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber-notifier": "^0.1.0",
"gulp-pretty-html": "^2.0.10",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.1.0",
"node-sass": "^4.14.1"
},
"dependencies": {
"gulp-clean-css": "^4.3.0",
"gulp-cssbeautify": "^3.0.0",
"gulp-dart-sass": "^1.0.2"
}
}