-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.08 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 3.08 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
90
{
"name": "agent-starter",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"prepare": "vp config",
"dev": "vp dev",
"durable-streams:dev": "node scripts/durable-streams-server.mjs",
"build": "vp build",
"start": "node .output/server/index.mjs",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"typecheck": "tsc --noEmit",
"check": "ultracite check",
"fix": "ultracite fix --unsafe",
"staged": "vp staged"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@fontsource-variable/inter": "^5.3.0",
"@hono/zod-validator": "^0.9.0",
"@hugeicons/core-free-icons": "^4.3.0",
"@hugeicons/react": "^1.1.10",
"@mantine/core": "9.5.2",
"@mantine/form": "^9.5.2",
"@mantine/hooks": "9.5.2",
"@mantine/modals": "^9.5.2",
"@orpc/client": "1.15.0",
"@orpc/experimental-publisher": "1.15.0",
"@orpc/server": "1.15.0",
"@orpc/tanstack-query": "^1.15.0",
"@radix-ui/react-use-controllable-state": "^1.2.6",
"@shadcn/react": "^0.3.0",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@t3-oss/env-core": "^0.13.11",
"@tanstack/ai": "^0.49.1",
"@tanstack/ai-durable-stream": "^0.1.6",
"@tanstack/ai-openai": "^0.22.0",
"@tanstack/ai-persistence": "^0.5.1",
"@tanstack/ai-react": "^0.22.1",
"@tanstack/react-query": "^5.102.6",
"@tanstack/react-router": "^1.170.32",
"@tanstack/react-start": "^1.168.49",
"class-variance-authority": "^0.7.1",
"cnfast": "^0.1.0",
"drizzle-orm": "1.0.0-rc.4",
"es-toolkit": "^1.51.0",
"files-sdk": "^2.3.0",
"hono": "^4.13.5",
"nanoid": "^6.0.1",
"nitro": "3.0.260610-beta",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-resizable-panels": "^4.12.3",
"shadcn": "^4.19.0",
"streamdown": "^2.6.0",
"torph": "^0.1.0",
"ts-pattern": "^5.9.0",
"tw-animate-css": "^1.4.0",
"use-chat-submit": "^1.0.9",
"zod": "^4.4.3"
},
"devDependencies": {
"@durable-streams/server": "^0.3.8",
"@tailwindcss/vite": "4.3.3",
"@tanstack/react-router-ssr-query": "^1.167.2",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^26.4.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.1.0",
"drizzle-kit": "1.0.0-rc.4",
"oxc-transform-react": "^0.145.0",
"oxfmt": "^0.65.0",
"oxlint": "^1.80.0",
"postcss": "^8.5.26",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"ultracite": "7.10.7",
"vite": "^8.2.2",
"vite-plus": "0.3.0"
}
}