handle download poster and qrcode, fix to show timestamp, add pagination to doctors page

This commit is contained in:
ehsan
2025-10-02 02:52:26 +03:30
parent 645da72002
commit e1510b142b
21 changed files with 394 additions and 154 deletions
+4 -1
View File
@@ -37,6 +37,8 @@
"next": "^14.2.20",
"next-themes": "^0.3.0",
"npm": "^10.8.2",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^18.0.0",
"react-dom": "^18",
"react-easy-crop": "^5.1.0",
@@ -47,7 +49,8 @@
"styled-components": "^6.1.11",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",
"swiper": "^11.1.9"
"swiper": "^11.1.9",
"uninstall": "^0.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",