Files
afrov2/package.json
2026-04-08 14:46:10 +02:00

35 lines
784 B
JSON

{
"name": "afropreunariat",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.30.0",
"@prisma/adapter-pg": "^7.4.1",
"@prisma/client": "^7.4.1",
"@types/pg": "^8.16.0",
"lucide-react": "^0.554.0",
"next": "^16.1.6",
"pg": "^8.19.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@prisma/config": "^7.4.1",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^22.14.0",
"autoprefixer": "^10.4.27",
"dotenv": "^17.3.1",
"postcss": "^8.5.6",
"prisma": "^7.4.1",
"tailwindcss": "^4.2.1",
"typescript": "~5.8.2"
}
}