实现登录功能

Signed-off-by: luorijun <luorijun@outlook.com>
This commit is contained in:
2025-12-29 14:09:13 +08:00
parent f9a8df0fe5
commit bb8aec8ce5
19 changed files with 1079 additions and 110 deletions

View File

@@ -8,19 +8,25 @@
"lint": "eslint --fix"
},
"dependencies": {
"lucide-react": "^0.479.0",
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.562.0",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"@hookform/resolvers": "^4.1.3",
"zod": "^3.25.76",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.9",
"date-fns": "^4.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1"
"zod": "^3.25.76",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
@@ -30,6 +36,7 @@
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "bun@1.3.2"