-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"name": "@depsimon/tanstack-start-cf",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"deploy": "bun ./alchemy.run.ts",
"db:migrate": "wrangler d1 migrations apply DB --local --config ./wrangler.jsonc",
"check": "biome check ./ --fix",
"format": "biome format ./ --fix",
"lint": "biome lint ./ --fix",
"postinstall": "lefthook install"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.10",
"@tanstack/react-query": "^5.80.7",
"@tanstack/react-query-devtools": "^5.80.7",
"@tanstack/react-router": "^1.121.21",
"@tanstack/react-router-devtools": "^1.121.21",
"@tanstack/react-router-with-query": "^1.121.21",
"@tanstack/react-start": "^1.121.23",
"cookie": "^1.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sonner": "^2.0.5",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@cloudflare/workers-types": "^4.20250618.0",
"@types/node": "^22.15.32",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"alchemy": "^0.28.0",
"cloudflare": "^4.4.1",
"lefthook": "^1.11.14",
"miniflare": "^4.20250612.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.20.1"
}
}