-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.3 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.3 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": "codebrawl",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "convex dev --start 'vite dev --port 3000'",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@convex-dev/better-auth": "^0.12.1",
"@convex-dev/react-query": "0.1.0",
"@radix-ui/react-checkbox": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.10",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slot": "^1.2.0",
"@tailwindcss/vite": "^4.1.18",
"@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-devtools": "latest",
"@tanstack/react-query": "latest",
"@tanstack/react-query-devtools": "latest",
"@tanstack/react-router": "latest",
"@tanstack/react-router-devtools": "latest",
"@tanstack/react-router-ssr-query": "latest",
"@tanstack/react-start": "latest",
"@tanstack/react-store": "latest",
"@tanstack/router-plugin": "^1.132.0",
"@tanstack/store": "latest",
"better-auth": "~1.6.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.37.0",
"lucide-react": "^0.577.0",
"marked": "^15.0.8",
"nitro": "npm:nitro-nightly@latest",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"streamdown": "^2.3.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@content-collections/core": "^0.15.0",
"@content-collections/vite": "^0.3.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/devtools-event-client": "latest",
"@tanstack/devtools-vite": "latest",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.19.17",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^28.1.0",
"typescript": "^5.0.2",
"vite": "^8.0.0",
"vitest": "^4.1.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
]
}
}