-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.71 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
{
"name": "poppins-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"cf:build": "node -e \"['.next','.open-next'].forEach(d=>require('fs').rmSync(d,{recursive:true,force:true}))\" && next build --webpack && opennextjs-cloudflare build --skipBuild && node scripts/cf-post-build.js",
"cf:preview": "npm run cf:build && opennextjs-cloudflare preview",
"cf:deploy": "npm run cf:build && opennextjs-cloudflare deploy",
"postinstall": "node scripts/cf-patch.js"
},
"dependencies": {
"@opennextjs/cloudflare": "^1.19.11",
"@radix-ui/react-slot": "^1.2.4",
"@react-pdf/renderer": "^4.5.1",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.99.1",
"avatarka": "^3.0.0",
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"exceljs": "^4.4.0",
"framer-motion": "^12.38.0",
"jszip": "^3.10.1",
"lucide-react": "^0.577.0",
"next": "^16.2.7",
"nodemailer": "^9.0.1",
"pdf-lib": "^1.17.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.5.0",
"wrangler": "^4.96.0"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.37",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"esbuild": "^0.27.7",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"playwright": "^1.59.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.0"
}
}