移除没必要安装包和文件

This commit is contained in:
wmp
2025-09-17 15:51:30 +08:00
parent cb29e913f8
commit 8c9cb94d92
3 changed files with 0 additions and 42 deletions

View File

@@ -12,7 +12,6 @@
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@hookform/resolvers": "^5.2.1",
"@prisma/client": "^6.15.0",
"@radix-ui/react-dialog": "^1.1.15",
@@ -25,25 +24,21 @@
"clsx": "^2.1.1",
"lucide-react": "^0.541.0",
"next": "15.4.7",
"next-auth": "^5.0.0-beta.29",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"uuid": "^11.1.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next-auth/prisma-adapter": "^1.0.7",
"@tailwindcss/postcss": "^4",
"@types/next-auth": "^3.15.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.0",
"postcss": "^8.5.6",