-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.78 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
{
"name": "sedona",
"version": "13.0.0",
"private": true,
"description": "Личный проект «Седона» от HTML Academy",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.x",
"autoprefixer": "^10.4.19",
"browser-sync": "^2.29.3",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-csso": "^3.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "10.0.x",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "5.1.x",
"gulp-svgstore": "^6.1.1",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"posthtml-include": "^1.3.0",
"run-sequence": "^2.2.1",
"stylelint": "^9.10.1",
"stylelint-config-htmlacademy": "^0.1.4"
},
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint 'source/sass/**/*.scss' --syntax scss",
"test": "npm run editorconfig && npm run stylelint",
"sprite": "gulp sprite && gulp html",
"images": "gulp images && gulp webp",
"build": "gulp build",
"start": "npm run build && gulp serve"
},
"browserslist": [
"last 2 versions",
"IE 11",
"Firefox ESR"
],
"editorconfig-cli": [
"*.json",
"*.js",
"source/*.html",
"source/js/**/*.js",
"source/img/**/*.svg",
"source/sass/**/*.{sass,scss}"
],
"engines": {
"node": "8.9"
},
"dependencies": {
"axios": "^0.28.0",
"braces": "^2.3.2",
"clean-css": "^4.2.1",
"deep-extend": "^0.6.0",
"js-yaml": "^3.13.1",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lodash.template": "^4.5.0",
"merge": "^2.1.1",
"minimist": "^1.2.6",
"mixin-deep": "^2.0.1",
"sshpk": "^1.16.1",
"tar": "^6.2.1"
}
}