This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
60 lines (60 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "gulp-boilerplate",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env PORT=7070 gulp start --development",
"build": "gulp build --production",
"lint-styles": "stylelint './src/sass/**/*.scss' --syntax scss --fix"
},
"homepage": "https://luxplanjay.github.io/gulp-boilerplate",
"repository": {
"type": "git",
"url": "git+https://github.com/luxplanjay/gulp-boilerplate.git"
},
"author": "Alexander Repeta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/luxplanjay/gulp-boilerplate/issues"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.13.16",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"cross-env": "^7.0.3",
"cssnano": "^5.0.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-cache-bust": "^1.4.1",
"gulp-cheerio": "^1.0.0",
"gulp-file-include": "^2.3.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^5.0.5",
"gulp-mode": "^1.1.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-size": "^4.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^3.0.0",
"gulp-webp": "^4.0.1",
"gulp-webp-html": "^1.0.2",
"postcss": "^8.2.15",
"stylelint": "^13.13.1",
"stylelint-config-standard-scss": "^1.1.0",
"stylelint-scss": "^3.19.0",
"webpack": "^5.37.0",
"webpack-stream": "^6.1.2",
"yargs": "^17.0.1"
}
}