{ "name": "lunaqrmenu", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "prisma": { "seed": "tsx prisma/seed.ts" }, "dependencies": { "next": "16.2.4", "react": "19.2.4", "react-dom": "19.2.4", "@prisma/client": "^7.8.0", "@prisma/adapter-pg": "^7.8.0", "pg": "^8.11.0", "bcryptjs": "^2.4.3", "jose": "^5.2.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.4", "tailwindcss": "^4", "typescript": "^5", "prisma": "^7.8.0", "@prisma/config": "^7.8.0", "@types/pg": "^8.11.0", "tsx": "^4.19.0", "dotenv": "^16.4.5", "@types/bcryptjs": "^2.4.6" } }