-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 Bytes
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
{
"name": "tanstack-start-example-counter",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "drizzle-kit studio & vite dev",
"start": "vite start"
},
"dependencies": {
"@tanstack/react-devtools": "^0.8.2",
"@tanstack/react-router": "^1.140.0",
"@tanstack/react-router-devtools": "^1.140.0",
"@tanstack/react-start": "1.140.0",
"react": "19.2.1",
"react-dom": "19.2.1"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.11",
"@types/node": "^22.15.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.0",
"pg": "^8.16.3",
"typescript": "~5.9.3",
"vite": "^7.2.7",
"vite-plugin-inspect": "11.3.3"
}
}