-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gulp-template",
"version": "2.3.1",
"description": "HTML, CSS, JS, Nunjucks, SCSS, Webpack, ES6, BEM",
"author": "IIIu6ko",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/IIIu6ko/gulp-template.git"
},
"license": "ISC",
"browserslist": [
"last 10 versions"
],
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.4",
"@ronilaukkarinen/gulp-stylelint": "14.1.1",
"babel-loader": "9.1.2",
"browser-sync": "2.29.3",
"cssnano": "6.0.1",
"del": "6.1.1",
"eslint": "8.42.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-webpack-plugin": "4.0.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-beautify": "3.0.0",
"gulp-cached": "1.1.1",
"gulp-cheerio": "1.0.0",
"gulp-filter": "7.0.0",
"gulp-htmlhint": "4.0.2",
"gulp-if": "3.0.0",
"gulp-imagemin": "8.0.0",
"gulp-notify": "4.0.0",
"gulp-nunjucks-inheritance": "1.0.1",
"gulp-nunjucks-render": "2.2.3",
"gulp-plumber": "1.2.1",
"gulp-postcss": "9.0.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"gulp-rev": "10.0.0",
"gulp-rev-replace": "0.4.4",
"gulp-sass": "5.1.0",
"gulp-sass-inheritance": "1.1.2",
"gulp-sourcemaps": "3.0.0",
"gulp-svg-sprite": "2.0.3",
"gulp-webp": "4.0.1",
"htmlhint": "1.1.4",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"node-css-mqpacker": "9.0.0",
"nunjucks-embed": "0.1.0",
"path": "0.12.7",
"sass": "1.62.1",
"sort-css-media-queries": "2.2.0",
"stream-combiner2": "1.1.1",
"stylelint": "15.7.0",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-standard-scss": "9.0.0",
"stylelint-order": "6.0.3",
"webpack": "5.86.0",
"webpack-stream": "7.0.0",
"yargs": "17.7.2"
},
"dependencies": {
"normalize.css": "^8.0.1"
}
}