This commit is contained in:
2026-05-10 18:25:58 +01:00
parent 165af509ef
commit e4f4992a1b
31 changed files with 2708 additions and 495 deletions

View File

@@ -2,8 +2,13 @@
"name": "bfsi-project",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20 <23"
},
"scripts": {
"dev": "next dev",
"dev": "node scripts/dev-with-chain.mjs",
"dev:next": "next dev",
"dev:with-chain": "node scripts/dev-with-chain.mjs",
"build": "next build",
"start": "next start",
"lint": "eslint"
@@ -58,8 +63,10 @@
"next": "16.1.6",
"next-themes": "^0.4.6",
"nodemailer": "^8.0.7",
"pdfkit": "^0.16.0",
"pdf-parse": "^2.4.5",
"prisma": "^6.19.2",
"qrcode": "^1.5.4",
"react": "19.2.3",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.3",