generated from htmlonelove/liga-accelerator-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.66 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
{
"name": "lifetour",
"version": "2.0.0",
"type": "module",
"description": "Организация походов в горы",
"browserslist": [
"last 3 versions",
"IE 11",
"Firefox ESR"
],
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint \"source/sass/**/*.scss\" --customSyntax postcss-scss",
"test": "npm run editorconfig & npm run stylelint & eslint source/js/",
"build": "gulp build",
"dev": "gulp dev",
"start": "gulp start",
"webp": "gulp webp"
},
"editorconfig-cli": [
"*.json",
"*.js",
"source/**/*.html",
"source/**/*.pug",
"source/js/**/*.js",
"source/img/**/*.svg",
"source/sass/**/*.{sass,scss}"
],
"devDependencies": {
"@babel/preset-env": "7.18.6",
"@babel/core": "7.21.4",
"@htmlacademy/editorconfig-cli": "1.x",
"autoprefixer": "10.4.7",
"babelify": "10.0.0",
"browser-sync": "2.27.10",
"browserify": "17.0.0",
"del": "6.1.1",
"eslint": "7.32.0",
"gulp": "4.0.2",
"gulp-csso": "4.0.1",
"gulp-group-css-media-queries": "1.2.2",
"gulp-imagemin": "7.1.0",
"gulp-postcss": "9.0.1",
"gulp-concat": "2.6.1",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-svgstore": "9.0.0",
"gulp-webp": "4.0.1",
"gulp-uglify": "3.0.2",
"imagemin-mozjpeg": "10.0.0",
"imagemin-pngquant": "9.0.2",
"imagemin-svgo": "10.0.1",
"postcss-scss": "4.0.6",
"sass": "1.53.0",
"stylelint": "^14.16.1",
"stylelint-config-htmlacademy": "1.1.4",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"engines": {
"node": ">=16.15.1"
}
}