Merge pull request #5 from blankie404/package

Package
pull/6/head
E 2021-05-21 15:59:10 +01:00 committed by GitHub
commit a644bdde76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 726 additions and 463 deletions

1175
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,20 +7,20 @@
"start": "npx nodemon ./bin/www -e js,pug,sass"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"@sendgrid/mail": "^7.4.4",
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
"cookie-parser": "^1.4.5",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"express-rate-limit": "^5.2.6",
"hcaptcha": "^0.0.2",
"helmet": "^4.2.0",
"http-errors": "^1.7.2",
"helmet": "^4.6.0",
"http-errors": "^1.8.0",
"morgan": "^1.10.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^6.4.17",
"pug": "^3.0.1",
"node-sass": "^6.0.0",
"nodemailer": "^6.6.0",
"pug": "^3.0.2",
"winston": "^3.3.3"
}
}