-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.62 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.62 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
{
"name": "freecustom-email",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "next build",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"dev": "next dev",
"postbuild": "next-sitemap"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20250705.0",
"@dishistech/blogs-sdk": "^1.0.4",
"@google/genai": "^1.46.0",
"@google/generative-ai": "^0.24.1",
"@marsidev/react-turnstile": "^1.4.1",
"@next/third-parties": "^15.0.3",
"@opennextjs/cloudflare": "^1.16.5",
"@panva/hkdf": "^1.2.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.7",
"@scalar/api-reference-react": "^0.8.70",
"@scalar/react-renderer": "^0.3.0",
"@upstash/redis": "^1.37.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^5.0.2",
"critters": "^0.0.23",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.12",
"highlight.js": "^11.11.1",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.3",
"jszip": "^3.10.1",
"lucide-react": "^0.462.0",
"miniflare": "^4.20250712.0",
"next": "^15.5.12",
"next-auth": "^5.0.0-beta.30",
"next-intl": "^4.3.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.3",
"nextjs-toploader": "^3.9.17",
"qrcode.react": "^4.1.0",
"react": "^19.2.4",
"react-countup": "^6.5.3",
"react-dom": "^19.2.4",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.1",
"resend": "^6.9.3",
"sass": "^1.97.3",
"sonner": "^2.0.6",
"swr": "^2.3.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"wrangler": "^4.65.0"
}
}