mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 16:46:07 +02:00
Add json body parser; Add default response for errors
This commit is contained in:
@@ -20,11 +20,18 @@
|
||||
"homepage": "https://github.com/GithubOrgProjectPiza/server#readme",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^3.10.0",
|
||||
"@types/argon2": "^0.15.0",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"@types/nodemailer": "^6.4.4",
|
||||
"argon2": "^0.28.5",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.3",
|
||||
<<<<<<< HEAD
|
||||
"nodemailer": "^6.7.2",
|
||||
=======
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
>>>>>>> a1fd598 (Add json body parser; Add default response for errors)
|
||||
"prisma": "^3.10.0",
|
||||
"ts-node": "^10.5.0",
|
||||
"typescript": "^4.5.5"
|
||||
|
||||
Reference in New Issue
Block a user