-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.68 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.68 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
50
51
52
53
54
55
56
57
{
"name": "vite-react-template",
"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"
},
"dependencies": {
"@hono/vite-build": "^1.4.0",
"@hono/vite-dev-server": "^0.19.0",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "4.7.1",
"lucide-react": "^0.484.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.16",
"tw-animate-css": "^1.2.4"
},
"devDependencies": {
"@cloudflare/vite-plugin": "0.1.1",
"@cloudflare/workers-types": "^4.20250204.0",
"@eslint/js": "9.19.0",
"@types/node": "^22.13.13",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.19.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.18",
"globals": "15.14.0",
"typescript": "5.7.2",
"typescript-eslint": "8.22.0",
"vite": "6.1.0",
"wrangler": "3.107.3"
},
"scripts": {
"build": "tsc -b && vite build",
"deploy": "npm run build && wrangler deploy",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview",
"types": "wrangler types"
},
"type": "module"
}