-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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
{
"name": "pink-18",
"version": "17.0.0",
"private": true,
"description": "Личный проект «Пинк» от HTML Academy",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.x",
"autoprefixer": "10.4.x",
"browser-sync": "2.27.x",
"del": "^5.1.x",
"gulp": "4.0.x",
"gulp-concat": "^2.6.x",
"gulp-csso": "^4.0.x",
"gulp-htmlmin": "^5.0.x",
"gulp-imagemin": "^6.2.X",
"gulp-plumber": "1.2.x",
"gulp-postcss": "9.0.x",
"gulp-posthtml": "^3.0.x",
"gulp-rename": "^2.0.x",
"gulp-sass": "5.1.x",
"gulp-sourcemaps": "2.6.x",
"gulp-svgstore": "^7.0.x",
"gulp-uglify": "^3.0.x",
"gulp-webp": "^4.0.x",
"posthtml-include": "^1.3.x",
"stylelint": "15.10.x",
"stylelint-config-htmlacademy": "0.1.x"
},
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint \"source/sass/**/*.scss\" --syntax scss",
"test": "npm run editorconfig && npm run stylelint",
"build": "gulp build",
"start": "gulp start"
},
"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.16"
},
"dependencies": {
"deep-extend": "^0.6.0",
"kind-of": "^6.0.3",
"merge": "^2.1.1"
}
}