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{
"name": "vite-react-sammmmm",
"description": "A template for building a React application with Vite, Hono, and Cloudflare Workers",
"private": true,
"cloudflare": {
"label": "Vite React Template",
"products": [
"Workers"
],
"categories": [],
"preview_icon_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/532a5378-9717-4964-385b-5fafd2160200/public",
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/ec7f4be5-d1d6-4e94-0851-126341745400/preview",
"publish": true
},
"dependencies": {
"hono": "4.8.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.7.5",
"@eslint/js": "9.29.0",
"@types/node": "24.0.4",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "5.0.0",
"eslint": "9.27.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.2.0",
"typescript": "5.8.3",
"typescript-eslint": "8.35.0",
"vite": "^6.0.0",
"wrangler": "4.21.x"
},
"scripts": {
"build": "tsc -b && vite build",
"cf-typegen": "wrangler types",
"check": "tsc && vite build && wrangler deploy --dry-run",
"deploy": "wrangler deploy",
"dev": "vite",
"lint": "eslint .",
"preview": "npm run build && vite preview"
},
"type": "module"
}