- 添加忘记密码页面,支持通过邮箱重置密码 - 添加重置密码页面 - 登录页面添加忘记密码链接 - 添加邮件发送功能 - 完善所有8种语言的翻译 (en-US, zh-CN, ja-JP, ko-KR, de-DE, fr-FR, it-IT, ug-CN)
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "learn-languages",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0-only",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --experimental-https",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/adapter-pg": "^7.4.2",
|
|
"@prisma/client": "7.4.2",
|
|
"bcryptjs": "^3.0.3",
|
|
"better-auth": "^1.4.10",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^17.2.3",
|
|
"lucide-react": "^0.562.0",
|
|
"next": "16.1.1",
|
|
"next-intl": "^4.7.0",
|
|
"nodemailer": "^8.0.2",
|
|
"pg": "^8.16.3",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"unstorage": "^1.17.3",
|
|
"winston": "^3.19.0",
|
|
"zod": "^4.3.5",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/cli": "^1.4.10",
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/node": "^25.0.3",
|
|
"@types/nodemailer": "^7.0.11",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
"@typescript-eslint/parser": "^8.51.0",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "16.1.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"prisma": "^7.4.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3"
|
|
},
|
|
"ignoredBuiltDependencies": [
|
|
"@prisma/client"
|
|
]
|
|
}
|
|
}
|