-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.26 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.26 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "cloudflare-workers-nextjs-saas-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:prod": "pnpm run opennext:build && wrangler deploy --dry-run --outdir=dist",
"opennext:build": "export SKIP_LINTER=false && opennextjs-cloudflare",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"deploy": "pnpm run opennext:build && wrangler deploy",
"preview": "pnpm run opennext:build && wrangler dev",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"db:generate": "drizzle-kit generate --name",
"db:migrate:dev": "wrangler d1 migrations apply $(node scripts/get-db-name.mjs) --local",
"email:dev": "email dev -d src/react-email -p 3001"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@heroui/react": "2.6.12",
"@hookform/resolvers": "^3.10.0",
"@icons-pack/react-simple-icons": "^11.2.0",
"@marsidev/react-turnstile": "^1.1.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-email/components": "0.0.32",
"@react-email/render": "1.0.4",
"@simplewebauthn/browser": "^13.1.0",
"@simplewebauthn/server": "^13.1.1",
"@simplewebauthn/typescript-types": "^8.3.4",
"arctic": "^3.1.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.39.3",
"framer-motion": "^11.16.7",
"ipaddr.js": "^2.2.0",
"lucide-react": "^0.471.0",
"motion": "^11.18.0",
"ms": "^2.1.3",
"next": "14.2.23",
"next-themes": "^0.4.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"react-turnstile": "^1.1.4",
"remeda": "^2.20.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^2.0.0",
"usehooks-ts": "^3.1.0",
"zod": "^3.24.1",
"zsa": "^0.6.0",
"zsa-react": "^0.2.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250204.0",
"@next/bundle-analyzer": "^15.1.4",
"@opennextjs/cloudflare": "^0.4.8",
"@tailwindcss/typography": "^0.5.16",
"@types/ms": "^0.7.34",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"drizzle-kit": "^0.30.4",
"eslint": "^8",
"eslint-config-next": "14.2.23",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8",
"react-email": "3.0.6",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"wrangler": "^3.108.1"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}