今天做了好多工作啊
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-04 21:07:54 +08:00
parent fcc20fc2e0
commit 41005a4aac
27 changed files with 733 additions and 6294 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"license": "GPL-3.0-only",
"type": "module",
"scripts": {
"dev": "next dev --turbopack --experimental-https",
"build": "next build --turbopack",
@@ -10,25 +11,27 @@
"lint": "eslint"
},
"dependencies": {
"@prisma/client": "^6.19.0",
"@prisma/adapter-pg": "^7.1.0",
"@prisma/client": "^7.1.0",
"bcryptjs": "^3.0.3",
"edge-tts-universal": "^1.3.2",
"edge-tts-universal": "^1.3.3",
"lucide-react": "^0.553.0",
"next": "15.5.3",
"next-auth": "^4.24.13",
"next-intl": "^4.5.2",
"next-auth": "5.0.0-beta.30",
"next-intl": "^4.5.8",
"pg": "^8.16.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"sonner": "^2.0.7",
"unstorage": "^1.17.2",
"unstorage": "^1.17.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.17",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.19.25",
"@types/react": "^19.2.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "15.5.3",