This commit is contained in:
asabizanjo
2025-12-11 01:05:24 +00:00
parent c713d58f98
commit 423ce1bc6d
88 changed files with 4081 additions and 122 deletions

View File

@@ -3,13 +3,19 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 4000 --webpack",
"build": "next build",
"start": "next start",
"start": "next start -p 4000",
"lint": "eslint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.948.0",
"@aws-sdk/s3-request-presigner": "^3.948.0",
"@prisma/client": "^5.19.1",
"bcryptjs": "^3.0.3",
"jose": "^6.1.3",
"next": "16.0.8",
"prisma": "^5.19.1",
"react": "19.2.1",
"react-dom": "19.2.1"
},