{ "name": "admin", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "prisma generate && next build", "start": "next start -p 3000", "lint": "eslint" }, "dependencies": { "@prisma/adapter-pg": "6.19.3", "@prisma/client": "6.19.3", "@prisma/config": "6.19.3", "@types/bcryptjs": "^2.4.6", "afrohub": "file:..", "bcryptjs": "^3.0.3", "dotenv": "^17.4.1", "lucide-react": "^1.8.0", "next": "16.2.3", "pg": "^8.20.0", "prisma": "6.19.3", "react": "19.2.4", "react-dom": "19.2.4", "react-hot-toast": "^2.6.0", "react-quill-new": "^3.8.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/pg": "^8.20.0", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.3", "tailwindcss": "^4", "typescript": "^5" } }