-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.79 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
{
"name": "subflare-vinext",
"author": "Merack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "vite build",
"build:next": "next build",
"start": "next start",
"lint": "eslint",
"dev:vinext": "vite dev --port 3001",
"deploy:vinext": "vinext deploy",
"db:migrations:apply": "wrangler d1 migrations apply DB --remote",
"deploy": "pnpm run db:migrations:apply && pnpm run deploy:vinext"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"drizzle-orm": "^0.45.2",
"lucide-react": "^1.14.0",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"nodemailer": "^8.0.7",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.75.0",
"recharts": "^3.8.1",
"resend": "^6.12.3",
"shadcn": "^4.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.36.3",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^20.19.40",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-rsc": "^0.5.26",
"drizzle-kit": "^0.31.10",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.1",
"react-server-dom-webpack": "^19.2.6",
"tailwindcss": "^4.2.4",
"typescript": "^5.9.3",
"vinext": "^0.0.35",
"vite": "^8.0.11",
"wrangler": "^4.90.0"
},
"type": "module",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}