Fix fix fix!

This commit is contained in:
Stefan-5422
2022-06-14 20:03:17 +02:00
parent 58a113804e
commit 1e160a94d2
6 changed files with 6998 additions and 13 deletions
+4 -2
View File
@@ -28,21 +28,23 @@
"@types/nodemailer": "^6.4.4",
"@types/redis": "^4.0.11",
"argon2": "^0.28.5",
"axios": "^0.26.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"mjml": "^4.12.0",
"nanoid": "^3.3.2",
"node-fetch": "^3.2.3",
"nodemailer": "^6.7.2",
"prisma": "^3.10.0",
"redis": "^4.0.4",
"axios": "^0.26.1",
"node-fetch": "^3.2.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/node": "^8.9.5",
"nodemon": "^2.0.15"
}