-
Notifications
You must be signed in to change notification settings - Fork 636
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@stylistic/eslint-plugin": "^5.9.0",
"@stylistic/stylelint-config": "^4.0.0",
"@vitest/coverage-istanbul": "^4.0.18",
"@vitest/ui": "^4.0.18",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"htmlhint": "^1.9.1",
"istanbul-lib-instrument": "^6.0.3",
"jsdom": "^28.1.0",
"neostandard": "^0.12.2",
"prettier": "^3.8.1",
"retire": "^5.4.2",
"stylelint": "^17.3.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^7.0.1",
"vitest": "^4.0.18"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
},
"overrides": {
"keyv": "5.1.0",
"minimatch": ">=10.2.1"
},
"dependencies": {
"alpinejs": "^3.15.8"
}
}