-
Notifications
You must be signed in to change notification settings - Fork 203
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1 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
{
"name": "tanstack-start-example-basic",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && tsc --noEmit"
},
"dependencies": {
"@tanstack/browser-db-sqlite-persistence": "^0.1.5",
"@tanstack/db": "^0.6.1",
"@tanstack/offline-transactions": "^1.0.26",
"@tanstack/query-db-collection": "^1.0.32",
"@tanstack/react-db": "^0.1.79",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
"@tanstack/react-start": "^1.159.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.2.2",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"chokidar": "^4.0.3",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.2",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^5.1.4"
}
}