-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.81 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.81 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
{
"name": "examples/tanstack",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"start:e2e": "rm -rf .output && rm -rf .nitro && rm -rf .tanstack && rm -rf node_modules && pnpm install && NODE_OPTIONS=--max-old-space-size=8192 pnpm build && NODE_ENV=test dotenv -e .env -- node .output/server/index.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@btst/adapter-memory": "^2.1.1",
"@btst/db": "^2.1.1",
"@btst/stack": "workspace:*",
"ai": "^5.0.94",
"@ai-sdk/react": "^2.0.94",
"@ai-sdk/openai": "^2.0.68",
"zod": "^4.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/postcss": "^4.1.16",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-router": "^1.133.36",
"@tanstack/react-router-ssr-query": "^1.133.36",
"@tanstack/react-start": "^1.133.37",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.548.0",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16",
"@tailwindcss/typography": "^0.5.19"
},
"devDependencies": {
"@tanstack/router-cli": "^1.133.36",
"@types/node": "^24.9.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"dotenv-cli": "^7.4.2",
"nitro": "3.0.1-alpha.0",
"tw-animate-css": "^1.4.0",
"typescript": "catalog:",
"vite": "^7.1.12",
"vite-tsconfig-paths": "^5.1.4"
}
}