Add attachment support

This commit is contained in:
KMKoushik
2024-04-19 20:58:30 +10:00
parent 9465960f0a
commit 80878679cd
22 changed files with 1029 additions and 190 deletions

View File

@@ -34,10 +34,12 @@
"hono": "^4.2.2",
"install": "^0.13.0",
"lucide-react": "^0.359.0",
"next": "^14.1.3",
"mime-types": "^2.1.35",
"next": "^14.2.1",
"next-auth": "^4.24.6",
"pnpm": "^8.15.5",
"prisma": "^5.11.0",
"query-string": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"recharts": "^2.12.5",
@@ -48,6 +50,7 @@
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",