From c65b2a6e3b495c6a1dbad9a48e72437f7185bf3d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Dec 2019 11:57:05 -0500 Subject: [PATCH] [+] Install photoswipe library --- package-lock.json | 14 ++++++++++++++ package.json | 2 ++ 2 files changed, 16 insertions(+) diff --git a/package-lock.json b/package-lock.json index 3d5234e..a723912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a5b4fbb..2bf4251 100644 --- a/package.json +++ b/package.json @@ -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": {