-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.89 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.89 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "tsc && tsx ./scripts/generateSitemap.ts && vite build",
"test": "vitest",
"test:ui": "vitest --ui --coverage",
"test:e2e": "playwright test",
"test:e2e-report": "exec playwright show-report e2e-tests/test-reports",
"format": "biome format",
"lint": "biome lint",
"check": "biome check"
},
"dependencies": {
"@biomejs/biome": "2.3.8",
"@fontsource-variable/inter": "5.2.8",
"@netlify/vite-plugin": "2.7.15",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-tooltip": "1.2.8",
"@tailwindcss/vite": "4.1.17",
"@tanstack/react-query": "5.85.3",
"@tanstack/react-router": "1.139.14",
"@tanstack/router-plugin": "1.139.14",
"@vitejs/plugin-react": "5.1.1",
"axios": "1.11.0",
"babel-plugin-react-compiler": "1.0.0",
"lodash-es": "4.17.21",
"next-themes": "0.4.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"vite": "7.2.6"
},
"devDependencies": {
"@axe-core/playwright": "4.10.2",
"@playwright/test": "1.54.2",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0",
"@types/lodash-es": "4.17.12",
"@types/node": "24.3.0",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@vitest/coverage-v8": "3.2.4",
"@vitest/ui": "3.2.4",
"clsx": "2.1.1",
"globals": "16.3.0",
"jsdom": "26.1.0",
"msw": "2.12.4",
"tailwindcss": "4.1.12",
"tailwindcss-animate": "1.0.7",
"tsx": "4.21.0",
"typescript": "5.9.2",
"usehooks-ts": "3.1.1",
"vitest": "3.2.4"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}