feat: implement event submission flow with image upload and modal interface

This commit is contained in:
2026-05-10 21:47:28 +02:00
parent 7db35361d9
commit 197594f84f
31 changed files with 1481 additions and 75 deletions

View File

@@ -15,6 +15,7 @@
"@types/bcryptjs": "^2.4.6",
"afrohub": "file:..",
"bcryptjs": "^3.0.3",
"d3-scale": "^4.0.2",
"dotenv": "^17.4.1",
"lucide-react": "^1.8.0",
"next": "16.2.3",
@@ -23,14 +24,20 @@
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0",
"react-quill-new": "^3.8.3"
"react-quill-new": "^3.8.3",
"react-simple-maps": "^3.0.0",
"recharts": "^3.8.1",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/d3-scale": "^4.0.9",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-simple-maps": "^3.0.6",
"@types/topojson-client": "^3.1.5",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",