feat:用户登录功能

This commit is contained in:
hzm
2026-02-07 13:19:26 +08:00
parent 1b14faf73b
commit 01cd491f5e
4 changed files with 490 additions and 16 deletions

View File

@@ -8,10 +8,15 @@
"start": "next start"
},
"dependencies": {
"@dicebear/collection": "^9.3.1",
"@dicebear/core": "^9.3.1",
"@supabase/supabase-js": "^2.78.0",
"framer-motion": "^12.29.2",
"next": "^16.1.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"engines": {
"node": ">=20.9.0"
}
}