-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 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
{
"name": "gulp-sass-nunjucks",
"version": "3.1.1",
"description": "Базовый каркас для начала разработки на jinja + sass",
"devDependencies": {
"autoprefixer": "latest",
"browser-sync": "latest",
"del": "latest",
"gulp": "latest",
"gulp-cheerio": "latest",
"gulp-concat": "latest",
"gulp-dart-sass": "latest",
"gulp-data": "latest",
"gulp-esbuild": "latest",
"gulp-merge-json": "latest",
"gulp-notify": "latest",
"gulp-nunjucks-render": "latest",
"gulp-plumber": "latest",
"gulp-postcss": "latest",
"gulp-rename": "latest",
"gulp-sharp-optimize-images": "latest",
"gulp-svgmin": "latest",
"gulp-svgstore": "latest",
"pixel-glass": "github:makehtml/pixel-glass",
"postcss-csso": "latest",
"postcss-lit": "latest",
"postcss-scss": "latest",
"stylelint": "latest",
"stylelint-config-standard": "latest",
"stylelint-config-standard-scss": "latest",
"stylelint-scss": "latest"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"scripts": {
"build": "gulp build",
"start": "gulp start",
"lint:styles": "stylelint src/sass/**/*.scss --config .stylelintrc.json",
"lint:templates": "djlint src/templates --lint --configuration .djlintrc",
"fix:styles": "stylelint src/sass/**/*.scss --config .stylelintrc.json --fix",
"lint": "npm run lint:styles && npm run lint:templates"
},
"repository": {
"type": "git",
"url": "git+https://github.com/makehtml/gulp-boilerplate.git"
},
"author": "Joker Interactive",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/makehtml/gulp-boilerplate/issues"
},
"homepage": "https://github.com/makehtml/gulp-boilerplate/",
"type": "module"
}