-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.64 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
{
"name": "admin",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "NODE_ENV=production node .output/server/index.mjs",
"preview": "vite preview",
"test": "node --experimental-strip-types --test tests/*.test.mjs",
"typecheck": "tsc --noEmit",
"check": "biome check",
"check:fix": "biome check --write --unsafe"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@better-auth/passkey": "^1.5.5",
"@dnd-kit/react": "^0.4.0",
"@polinetwork/backend": "^0.17.1",
"@t3-oss/env-core": "^0.13.10",
"@tanstack/react-router": "1.170.17",
"@tanstack/react-start": "1.168.27",
"@tanstack/react-store": "^0.11.0",
"@tanstack/react-table": "9.0.0-beta.38",
"@trpc/client": "11.5.1",
"better-auth": "^1.5.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"lucide-react": "^0.545.0",
"motion": "^12.42.2",
"nitro": "3.0.260610-beta",
"react": "^19.2.0",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.0",
"shadcn": "^4.13.0",
"sonner": "^2.0.7",
"superjson": "^2.2.1",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@tailwindcss/vite": "^4.3.2",
"@trpc/server": "11.5.1",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.2",
"vite": "^8.0.0"
},
"packageManager": "pnpm@10.8.1"
}