forked from thecodercoder/frontend-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "gulp-starter",
"version": "1.4.3",
"description": "File processing boilerplate for Sass, JS, images and SVG files with Gulp.js and friends",
"main": "gulpfile.babel.js",
"repository": {
"type": "git",
"url": "git+https://github.com/marcop135/gulp-starter.git"
},
"keywords": [
"gulp",
"boilerplate",
"html",
"css",
"javascript"
],
"author": "@marcop135",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcop135/gulp-starter/issues"
},
"homepage": "https://github.com/marcop135/gulp-starter#readme",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/register": "^7.18.9",
"browser-sync": "^2.27.10",
"cssnano": "^5.1.12",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.4.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.54.4"
}
}