-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"type": "module",
"name": "react-router-alchemy-cloudflare-app",
"private": true,
"scripts": {
"build": "react-router build",
"deploy:staging": "alchemy deploy --stage staging",
"deploy:production": "alchemy deploy --stage production",
"destroy": "alchemy destroy",
"dev": "alchemy dev",
"preview": "bun run build && vite preview",
"typecheck": "react-router typegen && tsc -b"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@types/bun": "^1.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"isbot": "^5.1.27",
"lucide-react": "^0.562.0",
"motion": "^12.24.12",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.14.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.31.0",
"@react-router/dev": "^7.14.0",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^20",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"alchemy": "^0.90.1",
"miniflare": "^4.20250617.3",
"shadcn": "latest",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.8.3",
"vite": "^8.0.3",
"wrangler": "latest"
}
}