fix: explicit prisma client installation and move prisma to devDependencies

This commit is contained in:
AyrisAI
2026-04-04 04:57:13 +03:00
parent 81709cdfff
commit 0f5c29e50f
13 changed files with 1297 additions and 4 deletions

View File

@@ -10,16 +10,22 @@
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7.6.0",
"@prisma/config": "^7.6.0",
"@types/pg": "^8.20.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.0",
"framer-motion": "^12.38.0",
"lucide-react": "^1.7.0",
"next": "16.2.2",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.1.2",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
@@ -29,6 +35,7 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.2",
"prisma": "^7.6.0",
"tailwindcss": "^4",
"typescript": "^5"
}