From f01f34da210ad6dac723aeccdd57a8a1948ee29b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 24 Dec 2019 22:38:01 -0500 Subject: [PATCH] [+] Install photo swipper library --- package-lock.json | 33 ++++++++++++++++++++++----------- package.json | 3 ++- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a723912..332ac11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1030,6 +1030,11 @@ "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==", "dev": true }, + "@types/photoswipe": { + "version": "4.0.29", + "resolved": "https://registry.npmjs.org/@types/photoswipe/-/photoswipe-4.0.29.tgz", + "integrity": "sha512-mLgzCPupWq6d1vUW/c7lqGNwDpUOoPCWQKZpgABXE+O0TRX6zhv9i5gXYUtf6MBt0b5JIds0TlIemsvFtfap1Q==" + }, "@types/q": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz", @@ -7509,8 +7514,7 @@ "p-finally": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", - "dev": true + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" }, "p-is-promise": { "version": "2.1.0", @@ -7554,12 +7558,28 @@ "retry": "^0.12.0" } }, + "p-timeout": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", + "requires": { + "p-finally": "^1.0.0" + } + }, "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, + "p-wait-for": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-3.1.0.tgz", + "integrity": "sha512-0Uy19uhxbssHelu9ynDMcON6BmMk6pH8551CvxROhiz3Vx+yC4RqxjyIDk2V4ll0g9177RKT++PK4zcV58uJ7A==", + "requires": { + "p-timeout": "^3.0.0" + } + }, "pako": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz", @@ -10497,15 +10517,6 @@ "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 2bf4251..10c0034 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,13 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@types/photoswipe": "^4.0.29", "core-js": "^3.4.3", "element-ui": "^2.13.0", + "p-wait-for": "^3.1.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": {