-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.82 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
{
"name": "tanstack-start-example-basic-react-query",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "vite dev --port 3000",
"generate-routes": "tsr generate",
"build": "vite build && tsc --noEmit",
"start": "node .output/server/index.mjs",
"preview": "vite preview",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "oxlint --fix",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/google": "^4.0.24",
"@hookform/resolvers": "^5.2.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-devtools": "^0.10.9",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-query-devtools": "^5.101.4",
"@tanstack/react-router": "^1.170.18",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-router-ssr-query": "^1.167.1",
"@tanstack/react-start": "^1.168.32",
"ai": "^7.0.37",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.540.0",
"nitro": "3.0.260610-beta",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.62.0",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.6.0",
"tanstack-router-ga4": "^1.6.0",
"usehooks-ts": "^3.1.1",
"zod": "^4.1.9"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.2.0",
"@tanstack/router-cli": "^1.167.21",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.3.8",
"typescript": "^7.0.2",
"vite": "^8.1.5"
},
"packageManager": "pnpm@11.17.0"
}