-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.6 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": "cat-energy",
"private": true,
"description": "Личный проект «Cat Energy» от HTML Academy",
"repository": "github:pmayorov/html-academy-cat-energy",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.0.0",
"@linthtml/gulp-linthtml": "^0.7.0",
"@linthtml/linthtml": "^0.9.4",
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.7",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-libsquoosh": "^1.1.2",
"gulp-plumber": "1.2.1",
"gulp-postcss": "9.0.1",
"gulp-rename": "^2.0.0",
"gulp-strip-comments": "^2.5.2",
"gulp-svgstore": "^9.0.0",
"gulp-terser": "^2.1.0",
"gulp-webp": "^4.0.1",
"linthtml-config-htmlacademy": "^1.0.3",
"pixel-glass": "^1.0.13",
"postcss": "^8.4.21",
"postcss-csso": "^6.0.1",
"stylelint": "^14.16.1",
"stylelint-config-htmlacademy": "^1.1.4",
"stylelint-config-standard-scss": "^6.1.0"
},
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint \"source/sass/**/*.scss\" --custom-syntax postcss-scss",
"test": "npm run editorconfig && npm run stylelint",
"start": "gulp",
"dev": "gulp dev",
"build": "gulp build"
},
"browserslist": [
"last 2 versions",
"not dead",
"not ie <= 11",
"not op_mini all",
"not < 0.25%"
],
"editorconfig-cli": [
"*.json",
"*.js",
"source/*.html",
"source/js/**/*.js",
"source/img/**/*.svg",
"source/sass/**/*.scss"
],
"engines": {
"node": ">=16"
},
"type": "module",
"version": "1.0.0"
}