Added handlebars and nodemailer modules

This commit is contained in:
Alexis
2020-12-27 17:28:17 +01:00
parent dba0521ad9
commit bdfdb1d21e
2 changed files with 42 additions and 0 deletions

View File

@@ -32,12 +32,14 @@
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"handlebars": "^4.7.6",
"helmet": "^3.22.0",
"jsonschema": "^1.2.6",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.4.17",
"uuid": "^8.2.0"
}
}