[+] Install photoswipe library

This commit is contained in:
Hykilpikonna
2019-12-23 11:57:05 -05:00
parent 98202057de
commit c65b2a6e3b
2 changed files with 16 additions and 0 deletions
+14
View File
@@ -7721,6 +7721,11 @@
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
"dev": true
},
"photoswipe": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/photoswipe/-/photoswipe-4.1.3.tgz",
"integrity": "sha512-89Z43IRUyw7ycTolo+AaiDn3W1EEIfox54hERmm9bI12IB9cvRfHSHez3XhAyU8XW2EAFrC+2sKMhh7SJwn0bA=="
},
"picomatch": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.1.1.tgz",
@@ -10492,6 +10497,15 @@
"vue-style-loader": "^4.1.0"
}
},
"vue-picture-swipe": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/vue-picture-swipe/-/vue-picture-swipe-1.2.0.tgz",
"integrity": "sha512-dPwHOyU/+bnu1OQ4YzQjDNDg+wFMHaCcHD08sMt+LWVGOkGWf/0oiE7GlvmZA23ELbZ4mrNRFNsFOp/HYx/w4g==",
"requires": {
"photoswipe": "^4.1.2",
"vue": "^2.5.16"
}
},
"vue-property-decorator": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz",
+2
View File
@@ -10,8 +10,10 @@
"dependencies": {
"core-js": "^3.4.3",
"element-ui": "^2.13.0",
"photoswipe": "^4.1.3",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-picture-swipe": "^1.2.0",
"vue-property-decorator": "^8.3.0"
},
"devDependencies": {