handle register and poster and fix bugs

This commit is contained in:
Ehsan
2025-05-21 23:35:55 +03:30
parent 81f8042f6c
commit c469f2ee3c
23 changed files with 512 additions and 147 deletions
+5 -4
View File
@@ -3,18 +3,19 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env HOST=yazd-nobat.localhost PORT=3000 next dev",
"dev": "cross-env HOST=localhost PORT=5170 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@maptiler/sdk": "^2.4.0",
"@material-ui/core": "^4.11.2",
"@mui/material": "^5.16.7",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-charts": "^7.16.0",
"@mui/x-date-pickers": "^7.17.0",