feat: password reset support
Some checks failed
Release / build (push) Failing after 3m38s

This commit is contained in:
2025-03-30 21:28:01 +08:00
parent 128cdcee52
commit f6ac467265
20 changed files with 2598 additions and 1387 deletions

View File

@@ -9,30 +9,30 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@react-three/drei": "^9.56.12",
"@react-three/fiber": "^8.10.1",
"@react-three/postprocessing": "^2.7.0",
"axios": "^1.2.6",
"notistack": "^2.0.8",
"postprocessing": "^6.29.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0",
"three": "^0.148.0",
"three-stdlib": "^2.21.8"
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"@react-three/drei": "^10.0.5",
"@react-three/fiber": "^9.1.0",
"@react-three/postprocessing": "^3.0.4",
"axios": "^1.8.4",
"notistack": "^3.0.2",
"postprocessing": "^6.37.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"three": "^0.175.0",
"three-stdlib": "^2.35.14"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/three": "^0.148.0",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-mock-dev-server": "^0.3.16"
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/three": "^0.175.0",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.3",
"vite-plugin-mock-dev-server": "^1.8.4"
}
}