-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "sedona-21",
"private": true,
"description": "Личный проект «Седона» от HTML Academy",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.0.0",
"autoprefixer": "10.0.2",
"browser-sync": "2.26.13",
"del": "^6.0.0",
"gh-pages": "^3.2.3",
"gulp": "4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "4.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"gulp-webp": "^4.0.1",
"postcss": "8.1.7",
"postcss-csso": "^5.0.0",
"stylelint": "13.7.2",
"stylelint-config-htmlacademy": "0.1.4"
},
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint \"source/sass/**/*.scss\" --syntax scss",
"test": "npm run editorconfig && npm run stylelint",
"build": "gulp build",
"start": "gulp"
},
"browserslist": [
"last 2 versions",
"not dead",
"not ie <= 11"
],
"editorconfig-cli": [
"*.json",
"*.js",
"source/*.html",
"source/js/**/*.js",
"source/img/**/*.svg",
"source/sass/**/*.scss"
],
"engines": {
"node": "14.15.0"
}
}