-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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": "purple-truth-53af",
"description": "A template for building a React application with Vite, Hono, and Cloudflare Workers",
"version": "0.0.0",
"cloudflare": {
"label": "Vite React Template",
"products": [
"Workers"
],
"categories": [],
"icon_urls": [
"https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/5ca0ca32-e897-4699-d4c1-6b680512f000/public"
],
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/fc7b4b62-442b-4769-641b-ad4422d74300/public",
"dash": true
},
"dependencies": {
"hono": "4.7.5",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.0.2",
"@eslint/js": "9.23.0",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.23.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.15.0",
"typescript": "5.8.2",
"typescript-eslint": "8.29.0",
"vite": "6.2.5",
"wrangler": "4.7.0"
},
"scripts": {
"build": "tsc -b && vite build",
"deploy": "npm run build && wrangler deploy",
"dev": "vite",
"lint": "eslint .",
"preview": "npm run build && vite preview",
"types": "wrangler types"
},
"type": "module"
}