feat: add admin panel, Openinary media integration and standardized footer backlink

This commit is contained in:
mstfyldz
2026-08-23 01:40:48 +03:00
parent 17915cd3d5
commit b312bc5593
29 changed files with 1405 additions and 41 deletions
+5
View File
@@ -9,7 +9,10 @@
"lint": "eslint"
},
"dependencies": {
"@prisma/client": "^6.19.3",
"bcryptjs": "^3.0.3",
"framer-motion": "^12.40.0",
"jose": "^6.2.3",
"lucide-react": "^1.17.0",
"next": "16.2.7",
"react": "19.2.4",
@@ -17,12 +20,14 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"cloudinary": "^2.10.0",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"prisma": "^6.19.3",
"tailwindcss": "^4",
"typescript": "^5"
}