mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
prisma and user model
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.6.1",
|
||||
"@types/node": "18.11.9",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.9",
|
||||
@ -18,5 +19,8 @@
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"typescript": "4.8.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prisma": "^4.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user