打算使用prisma

This commit is contained in:
2025-11-13 10:30:28 +08:00
parent 94d570557b
commit adcb7920bd
11 changed files with 10794 additions and 15979 deletions

View File

@@ -12,9 +12,10 @@
"dependencies": {
"bcryptjs": "^3.0.3",
"edge-tts-universal": "^1.3.2",
"lucide-react": "^0.553.0",
"next": "15.5.3",
"next-auth": "^4.24.13",
"next-intl": "^4.4.0",
"next-intl": "^4.5.1",
"pg": "^8.16.3",
"react": "19.1.0",
"react-dom": "19.1.0",
@@ -22,16 +23,16 @@
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.17",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/node": "^20.19.25",
"@types/pg": "^8.15.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4",
"typescript": "^5"
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}