-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.85 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.85 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
79
80
81
82
83
84
85
86
87
88
89
{
"name": "tanstack-start-starterkit",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"serve": "vite preview",
"dev": "vite dev",
"deploy": "bun run build && wrangler deploy",
"cf-typegen": "wrangler types --env-interface Env",
"docker:up": "docker compose up -d",
"docker:down": "docker compose down -v",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev --name init",
"db:reset": "prisma migrate reset --force",
"db:init": "bun db:reset && bun db:generate && bun db:migrate",
"db:push": "prisma db push"
},
"dependencies": {
"@ai-sdk/google": "^2.0.42",
"@ai-sdk/react": "^2.0.100",
"@daveyplate/better-auth-tanstack": "^1.3.6",
"@daveyplate/better-auth-ui": "^3.2.11",
"@mermaid-js/parser": "^0.6.3",
"@omed0/infra-kit": "^1.0.1",
"@polar-sh/better-auth": "^1.5.0",
"@polar-sh/sdk": "^0.41.5",
"@prisma/adapter-pg": "^7.0.0",
"@prisma/client": "^7.0.0",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-form": "^1.25.0",
"@tanstack/react-query": "^5.90.10",
"@tanstack/react-router": "^1.139.3",
"@tanstack/react-router-ssr-query": "^1.139.3",
"@tanstack/react-start": "^1.139.3",
"@tanstack/router-plugin": "^1.139.3",
"ai": "^5.0.100",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "^1.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"i18next": "^25.6.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.554.0",
"mermaid": "^11.12.1",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "^16.3.5",
"sonner": "^2.0.7",
"streamdown": "^1.6.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.12"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.15.2",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query-devtools": "^5.91.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.10.1",
"@types/react": "~19.2.6",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"bullmq": "^5.65.1",
"ioredis": "^5.8.2",
"jsdom": "^27.2.0",
"minio": "^8.0.6",
"prisma": "^7.0.0",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"web-vitals": "^5.1.0",
"wrangler": "^4.50.0"
},
"packageManager": "bun@1.3.2"
}