-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.05 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.05 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
{
"name": "start-repro",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check",
"deploy": "npm run build && wrangler deploy"
},
"dependencies": {
"@cloudflare/vite-plugin": "^1.32.3",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/ai": "latest",
"@tanstack/ai-anthropic": "latest",
"@tanstack/ai-client": "latest",
"@tanstack/ai-gemini": "latest",
"@tanstack/ai-ollama": "latest",
"@tanstack/ai-openai": "latest",
"@tanstack/ai-react": "latest",
"@tanstack/react-ai-devtools": "latest",
"@tanstack/react-devtools": "latest",
"@tanstack/react-query": "^5.99.0",
"@tanstack/react-query-devtools": "^5.99.0",
"@tanstack/react-router": "^1.168.22",
"@tanstack/react-router-devtools": "^1.166.13",
"@tanstack/react-router-ssr-query": "^1.166.11",
"@tanstack/react-start": "^1.167.41",
"@tanstack/react-store": "^0.11.0",
"@tanstack/router-plugin": "^1.167.22",
"@tanstack/store": "^0.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.577.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"streamdown": "^1.6.11",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"vite-tsconfig-paths": "^6.1.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@tanstack/devtools-event-client": "latest",
"@tanstack/devtools-vite": "0.6.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.15.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"jsdom": "^27.4.0",
"typescript": "~5.9.3",
"vite": "^8.0.8",
"vitest": "^3.2.4",
"web-vitals": "^5.2.0",
"wrangler": "^4.83.0"
}
}