-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.11 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"type": "module",
"scripts": {
"init": "pnpm install && husky",
"dev": "gulp && webpack serve -c config/webpack/webpack.dev.js",
"build:deploy": "gulp build && rm dist/assets/css/style.css && rm dist/assets/js/main.js",
"build:webp": "gulp build --webp",
"stylelint:fix": "stylelint src/scss --fix",
"eslint:fix": "eslint src/js --fix",
"editorconfig:lint": "editorconfig-checker",
"markdown:lint": "remark . --quiet",
"gitignore": "gulp gitignore",
"sprite:update": "gulp sprite --update",
"fonts:update": "gulp fonts --update"
},
"devDependencies": {
"@archoleat/stylelint-config-extended-scss": "^1.5.1",
"chai": "^5.1.0",
"chalk": "^5.3.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"del": "^7.1.0",
"editorconfig-checker": "^5.1.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-webpack-plugin": "^4.0.1",
"gh-pages": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-avif": "^1.1.1",
"gulp-avif-html": "^1.0.4",
"gulp-clean-css": "^4.3.0",
"gulp-csscomb": "^3.1.0",
"gulp-fonter-fix": "^0.0.1",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-html-bem-validator": "^1.0.5",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.0.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-shorthand": "^1.1.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-ttf2woff2": "^4.0.1",
"gulp-typograf": "^4.1.0",
"gulp-version-number": "^0.2.4",
"gulp-w3c-html-validator": "^5.3.0",
"gulp-wcag-accessibility": "^0.0.1",
"gulp-webp": "^5.0.0",
"gulp-webp-html-nosvg": "^1.1.1",
"gulp-webpcss": "^1.1.1",
"gulp-zip": "^6.0.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.0.11",
"inputmask": "^5.0.8",
"isotope-layout": "^3.0.6",
"js-datepicker": "^5.18.2",
"jstransformer-markdown-it": "^3.0.0",
"lightgallery": "^2.7.2",
"lint-staged": "^15.2.2",
"mini-css-extract-plugin": "^2.8.0",
"mocha": "^10.3.0",
"nouislider": "^15.7.1",
"pug-loader": "^2.4.0",
"remark-cli": "^12.0.0",
"remark-lint": "^9.1.2",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"sass": "^1.71.0",
"sass-loader": "^14.1.0",
"simplebar": "^6.2.5",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.4",
"stylelint": "^16.2.1",
"swiper": "^11.0.6",
"terser-webpack-plugin": "^5.3.10",
"tippy.js": "^6.3.7",
"typed.js": "^2.1.0",
"vanilla-marquee": "^1.1.2",
"webp-converter": "2.2.3",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-stream": "^7.0.0",
"wnumb": "^1.2.0"
}
}