-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
60 lines (60 loc) · 1.76 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
{
"name": "accelerator-first-project",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host --open",
"test": "backstop test --config=pp.config.cjs",
"test-content": "vitest content.test.ts --ui",
"build": "vite build --emptyOutDir",
"preview": "vite preview --open",
"convert-rastr": "node convert-rastr.js",
"w3c": "html-validator source --quiet",
"linthtml": "linthtml source",
"html-validate": "html-validate source/index.html",
"lint-bem": "node bem-tree.js",
"stylelint": "stylelint \"source/sass/**/*.scss\" --fix",
"lint-js": "eslint source/js --fix",
"ls-lint": "ls-lint",
"editorconfig": "editorconfig-cli"
},
"devDependencies": {
"@htmlacademy/editorconfig-cli": "3.0.0",
"@linthtml/linthtml": "0.9.5",
"@ls-lint/ls-lint": "2.2.2",
"@spiriit/vite-plugin-svg-spritemap": "2.2.4",
"@vitest/ui": "0.34.7",
"autoprefixer": "10.4.19",
"cli-progress": "3.12.0",
"eslint": "8.57.0",
"eslint-config-htmlacademy": "10.0.1",
"glob": "10.3.10",
"gulp-html-bemlinter": "3.0.1",
"html-validate": "8.18.1",
"htmlacademy-backstopjs": "6.6.1",
"linthtml-config-htmlacademy": "1.0.23",
"sass": "1.75.0",
"sharp": "0.33.3",
"stylelint": "16.3.1",
"stylelint-config-htmlacademy": "4.2.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-selector-bem-pattern": "4.0.0",
"svgo": "3.2.0",
"vinyl-fs": "4.0.0",
"vite": "5.2.8",
"vite-plugin-image-optimizer": "1.1.7",
"vite-plugin-minify": "1.5.2",
"vitest": "^0.34.6",
"w3c-html-validator": "1.7.0"
},
"dependencies": {
"swiper": "11.1.1"
},
"engines": {
"node": "^18.18 || ^20.9"
},
"volta": {
"node": "20.12.2"
}
}