♻️ (notif) add queue notif service to lazy load notif lib

This commit is contained in:
Julien Calixte
2020-04-11 00:53:27 +02:00
parent 8a76042625
commit b79569102d
19 changed files with 1280 additions and 1012 deletions

View File

@@ -10,59 +10,59 @@
"build-couch-design": "ts-node src/scripts/validate-doc-update.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@xkeshi/vue-qrcode": "^1.0.0",
"axios": "^0.19.2",
"bulma": "^0.7.5",
"bulma-checkradio": "^2.1.1",
"bulma": "^0.8.1",
"bulma-checkradio": "^1.1.1",
"bulma-pricingtable": "^0.2.0",
"bulma-switch": "^2.0.0",
"core-js": "^3.6.4",
"core-js": "^3.6.5",
"font-color-contrast": "^1.0.3",
"lightness": "^1.0.0",
"lodash-es": "^4.17.15",
"mapbox-gl": "^1.8.1",
"mapbox-gl": "^1.9.1",
"md5": "^2.2.1",
"notyf": "^3.1.0",
"notyf": "^3.6.0",
"pouchdb-authentication": "^1.1.3",
"pouchdb-browser": "^7.2.1",
"register-service-worker": "^1.6.2",
"uuid": "^3.4.0",
"register-service-worker": "^1.7.1",
"uuid": "^7.0.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-click-outside": "^1.0.7",
"vue-currency-input": "^1.17.3",
"vue-i18n": "^8.15.4",
"vue-property-decorator": "^8.4.0",
"vue-currency-input": "^1.18.0",
"vue-i18n": "^8.16.0",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vue-stripe-checkout": "^3.1.6",
"vuex": "^3.1.2",
"vue-stripe-checkout": "^3.2.2",
"vuex": "^3.1.3",
"vuex-class": "^0.3.2",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@types/chartist": "^0.9.47",
"@types/jest": "^24.9.1",
"@types/chartist": "^0.9.48",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.3",
"@types/mapbox-gl": "^1.8.1",
"@types/mapbox-gl": "^1.8.3",
"@types/md5": "^2.1.33",
"@types/notyf": "^2.0.0",
"@types/notyf": "^3.0.0",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^3.4.8",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-pwa": "^4.2.3",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-plugin-unit-jest": "^4.2.3",
"@vue/cli-service": "^3.12.1",
"@vue/test-utils": "^1.0.0-beta.31",
"@types/uuid": "^7.0.2",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-core": "7.0.0-bridge.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.3.1",
"ts-jest": "^24.3.0",
"ts-node": "^8.6.2",
"sass-loader": "^8.0.2",
"ts-jest": "^25.3.1",
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"vue-template-compiler": "^2.6.11"
}
}
}