-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "tva",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "tsx scripts/build-data.ts && vite build",
"build:data": "tsx scripts/build-data.ts",
"preview": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check --write",
"type-check": "tsc --noEmit",
"og:generate": "node scripts/generate-og-screenshots.mjs",
"prepare": "lefthook install"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource-variable/inter": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@tabler/icons-react": "^3.37.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.0",
"@tanstack/react-devtools": "^0.10.5",
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-router-ssr-query": "^1.167.1",
"@tanstack/react-start": "^1.168.25",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-plugin": "^1.168.18",
"@unpic/react": "^1.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.561.0",
"nitro": "3.0.1-alpha.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.1",
"react-markdown": "^10.1.0",
"recharts": "2.15.4",
"remark-breaks": "^4.0.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.0",
"ts-pattern": "^5.9.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.3",
"@tanstack/devtools-vite": "^0.7.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.19.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"jsdom": "^27.4.0",
"lefthook": "2.1.9",
"playwright": "^1.58.2",
"shadcn": "^3.8.5",
"sharp": "^0.34.5",
"solid-js": "^1.9.11",
"tsx": "^4.22.4",
"typescript": "^5.9.3",
"vite": "^7.3.5",
"vitest": "4.1.7",
"web-vitals": "^5.1.0"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}