chore: remove unused dependency

This commit is contained in:
Ze Bateira
2021-04-13 15:51:18 +01:00
parent 68354f19e2
commit 3d7afab2e1
3 changed files with 1 additions and 18 deletions
+1 -15
View File
@@ -16,7 +16,6 @@
"vue-advanced-cropper": "^1.5.0",
"vue-mq": "^1.0.1",
"vue-multiselect": "^2.1.6",
"vue-observe-visibility": "^1.0.0",
"vue-social-sharing": "^3.0.7",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuex": "^3.6.2"
@@ -13061,10 +13060,7 @@
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
"dev": true,
"engines": {
"node": "*"
}
"dev": true
},
"node_modules/internal-ip": {
"version": "4.3.0",
@@ -22821,11 +22817,6 @@
"npm": ">= 3.0.0"
}
},
"node_modules/vue-observe-visibility": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vue-observe-visibility/-/vue-observe-visibility-1.0.0.tgz",
"integrity": "sha512-s5TFh3s3h3Mhd3jaz3zGzkVHKHnc/0C/gNr30olO99+yw2hl3WBhK3ng3/f9OF+qkW4+l7GkmwfAzDAcY3lCFg=="
},
"node_modules/vue-property-decorator": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.5.1.tgz",
@@ -43809,11 +43800,6 @@
"resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.6.tgz",
"integrity": "sha512-s7jmZPlm9FeueJg1RwJtnE9KNPtME/7C8uRWSfp9/yEN4M8XcS/d+bddoyVwVnvFyRh9msFo0HWeW0vTL8Qv+w=="
},
"vue-observe-visibility": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vue-observe-visibility/-/vue-observe-visibility-1.0.0.tgz",
"integrity": "sha512-s5TFh3s3h3Mhd3jaz3zGzkVHKHnc/0C/gNr30olO99+yw2hl3WBhK3ng3/f9OF+qkW4+l7GkmwfAzDAcY3lCFg=="
},
"vue-property-decorator": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.5.1.tgz",
-1
View File
@@ -80,7 +80,6 @@
"vue-advanced-cropper": "^1.5.0",
"vue-mq": "^1.0.1",
"vue-multiselect": "^2.1.6",
"vue-observe-visibility": "^1.0.0",
"vue-social-sharing": "^3.0.7",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuex": "^3.6.2"
-2
View File
@@ -4,7 +4,6 @@ import { createStore } from '@theme/store/store'
import VScrollLock from 'v-scroll-lock'
import VueMq from 'vue-mq'
import { VLazyImagePlugin } from 'v-lazy-image'
import VueObserveVisibility from 'vue-observe-visibility'
import VueSocialSharing from 'vue-social-sharing'
import Transition from '@theme/components/directives/Transition.js'
@@ -39,7 +38,6 @@ export default ({ Vue, router, siteData, isServer }) => {
Vue.use(VScrollLock)
Vue.use(VueMq, { breakpoints })
Vue.use(VLazyImagePlugin)
Vue.use(VueObserveVisibility)
Vue.use(VueSocialSharing)
Vue.directive(Transition.name, Transition.directive)