-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.48 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"dev:cc": "bunx --bun vite --force --open",
"build": "tsc && bunx --bun vite build",
"view": "bunx --bun vite preview --open",
"lint": "biome check --fix src",
"test": "vitest run --coverage",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui-host=0.0.0.0",
"e2e:report": "playwright show-report e2e-out/playwright-report",
"prepare": "playwright install && lefthook install",
"commit": "git add -A && git commit --no-edit",
"squash": "bun scripts/squash.ts && git commit --no-edit --no-verify"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@biomejs/biome": "^2.5.9",
"@es-proj/utils": "^2.0.1",
"@faker-js/faker": "^10.6.0",
"@playwright/test": "^1.62.1",
"@types/bun": "^1.3.14",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.1.0",
"@vitest/browser-playwright": "^4.1.11",
"@vitest/coverage-v8": "4.1.11",
"code-inspector-plugin": "^2.0.7",
"czg": "^1.13.2",
"knip": "^6.32.2",
"lefthook": "^2.1.10",
"license-checker-rseidelsohn": "^5.0.1",
"nitro": "^3.0.260610-beta",
"oxc-transform-react": "^0.145.0",
"typescript": "^7.0.2",
"vite": "^8.2.1",
"vitest": "^4.1.11",
"vitest-browser-react": "^2.2.0"
},
"trustedDependencies": [
"@biomejs/biome",
"lefthook"
]
}