-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
{
"name": "tanstack-start-cloudflare",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"start": "node .output/server/index.mjs",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check --write --unsafe .",
"deploy:dry-run": "wrangler deploy --outdir bundled/ --dry-run",
"deploy": "wrangler deploy",
"cf-typegen": "wrangler types --env-interface Env"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-router": "^1.132.6",
"@tanstack/react-router-devtools": "^1.132.6",
"@tanstack/react-router-ssr-query": "^1.132.6",
"@tanstack/react-start": "^1.132.6",
"@tanstack/router-plugin": "^1.132.6",
"agents": "^0.2.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.13",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@cloudflare/vite-plugin": "^1.13.5",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"jsdom": "^27.0.0",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0",
"wrangler": "^4.39.0"
},
"packageManager": "pnpm@10.17.1"
}