adding swiper to package
This commit is contained in:
parent
c201b7eca9
commit
a9f8da94c9
24
package-lock.json
generated
24
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user