-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.34 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.34 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
{
"name": "eventflow",
"private": true,
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS='--import ./instrument.server.mjs' vite dev --port 3000",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check",
"start": "node --import ./.dist/server/instrument.server.mjs .dist/server/index.mjs"
},
"dependencies": {
"@ai-sdk/google": "^2.0.30",
"@clerk/clerk-react": "^5.49.0",
"@clerk/tanstack-react-start": "^0.26.9",
"@convex-dev/react-query": "0.0.0-alpha.11",
"@nanostores/react": "^1.0.0",
"@radix-ui/react-slot": "^1.2.3",
"@sentry/tanstackstart-react": "^10.22.0",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-router": "^1.134.4",
"@tanstack/react-router-devtools": "^1.134.4",
"@tanstack/react-router-ssr-query": "^1.134.4",
"@tanstack/react-start": "1.134.6",
"@tanstack/router-plugin": "^1.134.4",
"ai": "^5.0.89",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.27.3",
"dotenv": "^17.2.3",
"lodash-es": "^4.17.21",
"lucide-react": "^0.544.0",
"motion": "^12.23.24",
"nanostores": "^1.0.1",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"server": "link:@clerk/tanstack-react-start/server",
"sonner": "^2.0.7",
"srvx": "0.8.15",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.0.6",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@netlify/vite-plugin-tanstack-start": "^1.1.12",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vite-plugin-static-copy": "^3.1.4",
"vitest": "^3.0.5",
"web-vitals": "^5.1.0"
},
"overrides": {
"srvx": "0.8.15",
"motion": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
},
"resolutions": {
"srvx": "0.8.15"
}
}