-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"$schema": "https://json.schemastore.org/package",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "biome check --fix src",
"test": "vitest --ui",
"coverage": "vitest run --coverage",
"postinstall": "lefthook install",
"commit": "git add -A && git-cz"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@faker-js/faker": "^9.3.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"biome-extends": "^1.0.1",
"git-cz": "^4.9.0",
"happy-dom": "^15.11.7",
"lefthook": "^1.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-biomejs": "^2.0.0",
"vitest": "^2.1.8"
},
"trustedDependencies": ["@biomejs/biome", "@swc/core", "esbuild", "lefthook"]
}