From a9f8da94c9ddd3748039b75d1a03b06a47b4575b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 18 Mar 2024 11:12:47 +0100 Subject: [PATCH] adding swiper to package --- package-lock.json | 24 ++++++++++++++++++++++++ package.json | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index b6909d4..11004d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,6 +30,7 @@ "react-umami": "^1.0.1", "react-zoom-pan-pinch": "^3.4.2", "sass": "^1.70.0", + "swiper": "^11.0.7", "use-sound": "^4.0.1", "uuid": "^9.0.1", "web-vitals": "^2.1.4" @@ -17684,6 +17685,24 @@ "boolbase": "~1.0.0" } }, + "node_modules/swiper": { + "version": "11.0.7", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.0.7.tgz", + "integrity": "sha512-cDfglW1B6uSmB6eB6pNmzDTNLmZtu5bWWa1vak0RU7fOI9qHjMzl7gVBvYSl34b0RU2N11HxxETJqQ5LeqI1cA==", + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/swiperjs" + }, + { + "type": "open_collective", + "url": "http://opencollective.com/swiper" + } + ], + "engines": { + "node": ">= 4.7.0" + } + }, "node_modules/symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", @@ -31798,6 +31817,11 @@ } } }, + "swiper": { + "version": "11.0.7", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.0.7.tgz", + "integrity": "sha512-cDfglW1B6uSmB6eB6pNmzDTNLmZtu5bWWa1vak0RU7fOI9qHjMzl7gVBvYSl34b0RU2N11HxxETJqQ5LeqI1cA==" + }, "symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", diff --git a/package.json b/package.json index 9413d5d..bb8cdb0 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "react-umami": "^1.0.1", "react-zoom-pan-pinch": "^3.4.2", "sass": "^1.70.0", + "swiper": "^11.0.7", "use-sound": "^4.0.1", "uuid": "^9.0.1", "web-vitals": "^2.1.4" @@ -59,4 +60,4 @@ "concurrently": "^8.2.2", "tailwindcss": "^3.4.1" } -} \ No newline at end of file +}