summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2023-10-09 11:10:51 +0100
committerGitHub <noreply@github.com>2023-10-09 11:10:51 +0100
commitcc6fcb4c405d8cffacbf9b1082abf61e918482fa (patch)
tree693f324550dccedd50b6313165b88281a8ebcac8 /package.json
parent25fcdd1023550631f5fec6f750829fe09a311d66 (diff)
parent31022a7d323a351041b7b8508fb56c14fd699580 (diff)
Merge pull request #114 from lowercasename/rk/static-pages
Static pages
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0a783ce..d573f7c 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
"dependencies": {
"@sendgrid/mail": "^6.5.5",
"cors": "^2.8.5",
+ "dompurify": "^3.0.6",
"express": "^4.18.2",
"express-fileupload": "^1.4.1",
"express-handlebars": "^6.0.7",
@@ -30,6 +31,7 @@
"ical": "^0.6.0",
"ical-generator": "^1.15.4",
"jimp": "^0.16.13",
+ "jsdom": "^22.1.0",
"marked": "^9.1.0",
"moment-timezone": "^0.5.43",
"mongoose": "^5.13.20",
@@ -45,8 +47,10 @@
"wait-on": "^7.0.1"
},
"devDependencies": {
+ "@types/dompurify": "^3.0.3",
"@types/express": "^4.17.18",
"@types/ical": "^0.8.1",
+ "@types/jsdom": "^21.1.3",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.2",
"@types/nodemailer": "^6.4.11",