2020-06-17 22:34:29 +01:00
|
|
|
{
|
|
|
|
"name": "pastel.codes",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-06-22 21:46:41 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-09-06 17:02:07 +01:00
|
|
|
"start": "npx node-sass -r public/stylesheets/style.sass -o public/stylesheets && npx nodemon ./bin/www -e js,pug,sass"
|
2020-06-17 22:34:29 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-21 15:56:16 +01:00
|
|
|
"@sendgrid/mail": "^7.4.4",
|
2020-06-22 21:46:41 +01:00
|
|
|
"app-root-path": "^3.0.0",
|
2021-09-09 13:44:54 +01:00
|
|
|
"axios": "^0.21.2",
|
2020-12-19 12:10:19 +00:00
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
"debug": "^4.3.1",
|
|
|
|
"express": "^4.17.1",
|
2021-05-21 15:56:16 +01:00
|
|
|
"express-rate-limit": "^5.2.6",
|
2020-12-19 12:10:19 +00:00
|
|
|
"hcaptcha": "^0.0.2",
|
2021-05-21 15:56:16 +01:00
|
|
|
"helmet": "^4.6.0",
|
|
|
|
"http-errors": "^1.8.0",
|
2020-12-19 12:10:19 +00:00
|
|
|
"morgan": "^1.10.0",
|
2021-05-21 15:56:16 +01:00
|
|
|
"nodemailer": "^6.6.0",
|
|
|
|
"pug": "^3.0.2",
|
2020-12-19 12:10:19 +00:00
|
|
|
"winston": "^3.3.3"
|
2020-06-17 22:34:29 +01:00
|
|
|
}
|
|
|
|
}
|