2020-06-17 22:34:29 +01:00
|
|
|
{
|
|
|
|
"name": "pastel.codes",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
2021-09-11 21:32:23 +01:00
|
|
|
"watch": {
|
2021-09-11 22:07:23 +01:00
|
|
|
"build-tailwind": {
|
2021-09-11 21:32:23 +01:00
|
|
|
"patterns": [
|
|
|
|
"views/"
|
|
|
|
],
|
|
|
|
"extensions": "pug"
|
|
|
|
}
|
|
|
|
},
|
2020-06-17 22:34:29 +01:00
|
|
|
"scripts": {
|
2020-06-22 21:46:41 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-09-11 21:32:23 +01:00
|
|
|
"start": "npx nodemon ./bin/www -e js,pug,sass",
|
2021-09-11 22:07:23 +01:00
|
|
|
"watch-tailwind": "npx npm-watch",
|
|
|
|
"build-tailwind": "npx postcss src/tailwind.css -o public/stylesheets/style.css"
|
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-12 08:54:00 +01:00
|
|
|
"axios": "^0.21.3",
|
2020-12-19 12:10:19 +00:00
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
"express": "^4.17.1",
|
2021-05-21 15:56:16 +01:00
|
|
|
"express-rate-limit": "^5.2.6",
|
2021-09-14 01:22:42 +01:00
|
|
|
"hcaptcha": "^0.1.0",
|
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-09-12 08:51:36 +01:00
|
|
|
"nodemailer": "^6.6.1",
|
2021-05-21 15:56:16 +01:00
|
|
|
"pug": "^3.0.2",
|
2021-09-11 21:32:23 +01:00
|
|
|
"tailwind-hamburgers": "^1.1.1",
|
|
|
|
"winston": "^3.3.3",
|
|
|
|
"autoprefixer": "^10.3.4",
|
|
|
|
"npm-watch": "^0.11.0",
|
|
|
|
"postcss-cli": "^8.3.1",
|
|
|
|
"tailwindcss": "^2.2.15"
|
2020-06-17 22:34:29 +01:00
|
|
|
}
|
|
|
|
}
|