adding swiper to package

This commit is contained in:
Antoine M 2024-03-18 11:12:47 +01:00
parent c201b7eca9
commit a9f8da94c9
2 changed files with 26 additions and 1 deletions

24
package-lock.json generated
View File

@ -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",

View File

@ -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"