feat: add web push

This commit is contained in:
HRG @ SCExC 2025-01-12 11:54:14 -05:00
parent a7c679e610
commit c6fe03db7a
4 changed files with 256 additions and 3 deletions

View file

@ -15,6 +15,7 @@
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"dot": "^1.1.3",
"dotenv": "^16.4.7",
"ejs": "^3.1.9",
"eta": "^3.2.0",
"express": "^4.18.2",
@ -24,7 +25,8 @@
"jsdom": "^24.1.0",
"lru-cache": "^10.2.0",
"nunjucks": "^3.2.4",
"path-to-regexp": "^6.2.2"
"path-to-regexp": "^6.2.2",
"web-push": "^3.6.7"
},
"devDependencies": {
"prettier": "3.3.3"