security hardening + drafts/attachments
This commit is contained in:
28
web/package.json
Normal file
28
web/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "mastermind-web",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "node --watch src/index.js",
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
"connect-pg-simple": "^10.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2",
|
||||
"express-rate-limit": "^7.4.0",
|
||||
"express-session": "^1.18.1",
|
||||
"helmet": "^7.1.0",
|
||||
"mailparser": "^3.7.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"marked": "^12.0.2",
|
||||
"markdown-it": "^14.1.0",
|
||||
"passport": "^0.7.0",
|
||||
"passport-azure-ad-oauth2": "^0.0.4",
|
||||
"passport-google-oauth20": "^2.0.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"pg": "^8.12.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user