chore(依赖): 添加用户认证相关依赖

- 添加 jose 用于 JWT Token 处理
- 添加 nodemailer 用于发送邮件
- 添加 bcryptjs 用于密码加密
This commit is contained in:
gaoziman 2025-12-19 22:37:30 +08:00
parent ac5f555163
commit 1ea5a8c916
2 changed files with 1067 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "cchcode-ui",
"name": "lioncode-ui",
"version": "0.1.0",
"private": true,
"scripts": {
@ -14,21 +14,28 @@
},
"dependencies": {
"@types/prismjs": "^1.26.5",
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"jose": "^6.1.3",
"lucide-react": "^0.561.0",
"nanoid": "^5.1.6",
"next": "16.0.10",
"nodemailer": "^7.0.11",
"pg": "^8.16.3",
"prismjs": "^1.30.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"zod": "^4.2.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/node": "^20",
"@types/nodemailer": "^7.0.4",
"@types/pg": "^8.16.0",
"@types/react": "^19",
"@types/react-dom": "^19",

File diff suppressed because it is too large Load Diff