feat: admin panel CRUD, Cloudinary upload, logo, user management

This commit is contained in:
mstfyldz
2026-06-05 17:38:01 +03:00
parent 53eeeee474
commit 5e4e2f0db9
43 changed files with 3917 additions and 281 deletions
+10
View File
@@ -9,19 +9,29 @@
"lint": "eslint"
},
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"bcryptjs": "^3.0.3",
"cloudinary": "^2.10.0",
"framer-motion": "^12.40.0",
"jose": "^6.2.3",
"lucide-react": "^1.17.0",
"next": "16.2.7",
"next-cloudinary": "^6.17.5",
"pg": "^8.21.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"typescript": "^5"
}