Pushnotifications now

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-31 16:13:14 +01:00
parent 2e17b4cca3
commit 9350c7647e
11 changed files with 309 additions and 13 deletions

View File

@@ -28,6 +28,7 @@
"mongoose": "^5.8.7",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.0",
"node-schedule": "^1.3.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
@@ -36,7 +37,8 @@
"vue": "~2.6",
"vue-analytics": "^5.22.1",
"vue-router": "~3.0",
"vuex": "^3.1.1"
"vuex": "^3.1.1",
"web-push": "^3.4.3"
},
"devDependencies": {
"@babel/core": "~7.2",