feat: add dynamic site settings, hero media, admin panels, and database integration

This commit is contained in:
mstfyldz
2026-06-05 16:59:05 +03:00
parent 121e127f6b
commit 94182b6bc5
27 changed files with 1894 additions and 52 deletions
+6
View File
@@ -9,7 +9,11 @@
"lint": "eslint"
},
"dependencies": {
"@prisma/client": "^6.4.1",
"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",
"react": "19.2.4",
@@ -17,11 +21,13 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"prisma": "^6.4.1",
"tailwindcss": "^4",
"typescript": "^5"
}