Added Admin page, Login, forgot password, register and owner with profile

This commit is contained in:
Rahaf
2026-03-17 20:36:59 +03:00
parent 8c75c7c659
commit 1c8e888ea3
15 changed files with 5790 additions and 481 deletions

View File

@ -8,6 +8,7 @@
"start": "next start"
},
"dependencies": {
"@pbe/react-yandex-maps": "^1.2.5",
"flowbite": "^4.0.1",
"flowbite-react": "^0.12.16",
"framer-motion": "^12.29.2",
@ -18,7 +19,9 @@
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "^2.6.0",
"react-i18next": "^16.5.4",
"react-intersection-observer": "^10.0.3",
"react-leaflet": "^5.0.0"
},
"devDependencies": {