feat: add prisma support, admin panel and auth
This commit is contained in:
17
package.json
17
package.json
@@ -8,10 +8,18 @@
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "tsx prisma/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "16.2.4",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4"
|
||||
"react-dom": "19.2.4",
|
||||
"@prisma/client": "^7.8.0",
|
||||
"@prisma/adapter-pg": "^7.8.0",
|
||||
"pg": "^8.11.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"jose": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4",
|
||||
@@ -21,6 +29,11 @@
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "16.2.4",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5"
|
||||
"typescript": "^5",
|
||||
"prisma": "^7.8.0",
|
||||
"@prisma/config": "^7.8.0",
|
||||
"@types/pg": "^8.11.0",
|
||||
"tsx": "^4.19.0",
|
||||
"dotenv": "^16.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user