feat: implement full CRUD functionality for projects with image upload support and admin dashboard management

This commit is contained in:
Yolando
2026-03-28 21:11:36 +07:00
parent 0549f12a97
commit 01ecca4b28
17 changed files with 2399 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1019.0",
"bcryptjs": "^3.0.3",
"framer-motion": "^12.38.0",
"jose": "^6.2.2",