-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.63 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
{
"name": "nastroi-bizness.rf",
"version": "1.0.0",
"description": "start-template",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@htmlacademy/editorconfig-cli": "1.x",
"autoprefixer": "9.5.x",
"babel-loader": "^8.2.5",
"browser-sync": "^2.27.9",
"eslint": "^8.12.0",
"eslint-config-htmlacademy": "0.4.x",
"gulp": "^4.0.2",
"gulp-csso": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "1.2.x",
"gulp-postcss": "8.0.x",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "2.6.x",
"gulp-svgstore": "^7.0.1",
"gulp-webp": "^4.0.0",
"pixel-glass": "^1.0.13",
"posthtml-include": "^1.7.2",
"sass": "^1.50.0",
"stylelint": "13.13.1",
"stylelint-config-htmlacademy": "0.1.10",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint \"source/sass/**/*.scss\" --syntax scss",
"test": "npm run editorconfig && npm run stylelint && eslint source/js/",
"build": "gulp build",
"start": "gulp start",
"webp": "gulp webp",
"sprite": "gulp sprite"
},
"browserslist": [
"last 2 versions",
"not dead",
"not ie <= 11"
],
"editorconfig-cli": [
"*.json",
"*.js",
"source/*.html",
"source/js/**/*.js",
"source/img/**/*.svg",
"source/sass/**/*.{sass,scss}"
],
"engines": {
"node": "^12 || ^14"
},
"dependencies": {
"del": "^4.1.1",
"gift": "^0.10.2",
"inputmask": "^5.0.7",
"swiper": "^8.2.2"
}
}