mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-15 09:53:28 +01:00
Minor fixes
This commit is contained in:
30
package.json
30
package.json
@@ -4,23 +4,23 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "npx nodemon ./bin/www"
|
||||
"start": "npx nodemon ./bin/www -e js,pug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sendgrid/mail": "^7.2.1",
|
||||
"@sendgrid/mail": "^7.4.0",
|
||||
"app-root-path": "^3.0.0",
|
||||
"axios": "^0.19.2",
|
||||
"cookie-parser": "1.4.4",
|
||||
"debug": "4.1.1",
|
||||
"express": "4.17.1",
|
||||
"express-rate-limit": "^5.1.3",
|
||||
"hcaptcha": "0.0.2",
|
||||
"helmet": "^3.23.3",
|
||||
"http-errors": "1.7.3",
|
||||
"morgan": "1.10.0",
|
||||
"node-sass-middleware": "0.11.0",
|
||||
"nodemailer": "^6.4.10",
|
||||
"pug": "3.0.0",
|
||||
"winston": "^3.3.2"
|
||||
"axios": "^0.21.0",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"debug": "^4.3.1",
|
||||
"express": "^4.17.1",
|
||||
"express-rate-limit": "^5.2.3",
|
||||
"hcaptcha": "^0.0.2",
|
||||
"helmet": "^4.2.0",
|
||||
"http-errors": "^1.7.2",
|
||||
"morgan": "^1.10.0",
|
||||
"node-sass-middleware": "^0.11.0",
|
||||
"nodemailer": "^6.4.17",
|
||||
"pug": "^3.0.0",
|
||||
"winston": "^3.3.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user