pastel.codes/package.json

40 lines
983 B
JSON
Raw Permalink Normal View History

2020-06-17 22:34:29 +01:00
{
"name": "pastel.codes",
"version": "0.0.0",
"private": true,
"watch": {
"build-tailwind": {
"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",
"start": "npx nodemon ./bin/www -e js,pug,sass",
"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",
"axios": "^0.21.3",
2020-12-19 12:10:19 +00:00
"cookie-parser": "^1.4.5",
"express": "^4.19.2",
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",
"nodemailer": "^6.6.1",
2021-05-21 15:56:16 +01:00
"pug": "^3.0.2",
"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
}
}