-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.56 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
{
"name": "cf-worker-birthday-invitation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --hostname 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"cf:build": "NEXT_DISABLE_ESLINT=1 NEXT_DISABLE_TYPE_CHECKS=1 opennextjs-cloudflare build",
"cf:deploy": "opennextjs-cloudflare deploy"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-radio-group": "^1.3.4",
"@radix-ui/react-slot": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250425.0",
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.3.1",
"@opennextjs/cloudflare": "^1.0.0-beta.3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"esbuild": "^0.20.2",
"eslint": "^8.56.0",
"eslint-config-next": "15.3.1",
"eslint-plugin-react-hooks": "^4.6.0",
"tailwindcss": "^4",
"typescript": "^5",
"wrangler": "^4.13.0"
},
"packageManager": "yarn@3.6.4"
}