{ "name": "erp-system", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@prisma/adapter-pg": "^7.8.0", "@prisma/client": "^7.8.0", "bcryptjs": "^3.0.3", "imapflow": "^1.3.3", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "lucide-react": "^1.14.0", "mailparser": "^3.9.8", "next": "16.2.6", "next-auth": "^4.24.14", "nodemailer": "^7.0.13", "pg": "^8.20.0", "react": "19.2.4", "react-dom": "19.2.4" }, "devDependencies": { "@tailwindcss/postcss": "^4.3.0", "@types/bcryptjs": "^2.4.6", "@types/mailparser": "^3.4.6", "@types/node": "^20", "@types/nodemailer": "^8.0.0", "@types/pg": "^8.20.0", "@types/react": "^19", "@types/react-dom": "^19", "dotenv": "^17.4.2", "eslint": "^9", "eslint-config-next": "16.2.6", "prisma": "^7.8.0", "tailwindcss": "^4", "tsx": "^4.21.0", "typescript": "^5" } }