-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"name": "tanstack-start-example-basic",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && tsc --noEmit",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@clerk/tanstack-react-start": "^0.16.0",
"@convex-dev/react-query": "0.0.0-alpha.8",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/postcss": "^4.1.9",
"@tanstack/react-form": "^1.12.2",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-devtools": "^5.80.6",
"@tanstack/react-router": "^1.121.0",
"@tanstack/react-router-devtools": "^1.121.0",
"@tanstack/react-router-with-query": "^1.121.0",
"@tanstack/react-start": "^1.121.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.24.8",
"lucide-react": "^0.514.0",
"postcss": "^8.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.58.0",
"recharts": "^2.15.3",
"sonner": "^2.0.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.1.9",
"vite": "^6.3.5",
"zod": "^3.25.61"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"tw-animate-css": "^1.3.4",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
}
}