feat: implement core platform features including business directory, admin dashboard, authentication, and API infrastructure
Some checks failed
Build and Push App / build (push) Failing after 16m2s

This commit is contained in:
2026-04-18 22:10:19 +02:00
parent 6ec1a3ae84
commit 3e2063e4fa
89 changed files with 4405 additions and 967 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "afropreunariat",
"name": "afrohub",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -18,17 +18,18 @@
"@google/genai": "^1.30.0",
"@prisma/adapter-pg": "^7.4.1",
"@prisma/client": "^7.4.1",
"@prisma/config": "^7.4.1",
"@tailwindcss/typography": "^0.5.19",
"@types/pg": "^8.16.0",
"bcryptjs": "^3.0.3",
"lucide-react": "^0.554.0",
"next": "^16.1.6",
"pg": "^8.19.0",
"prisma": "^7.4.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0",
"@prisma/config": "^7.4.1",
"prisma": "^7.4.1",
"recharts": "^3.8.1",
"tsx": "^4.21.0"
},
"devDependencies": {