feat: add scrolling to the courusel

This commit is contained in:
Kentai Radiquum 2024-07-11 17:42:07 +05:00
parent a30ddcfc6a
commit 894fe14eaf
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 93 additions and 48 deletions

19
package-lock.json generated
View file

@ -11,6 +11,7 @@
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"swiper": "^11.1.4",
"swr": "^2.2.5",
"zustand": "^4.5.4"
},
@ -4398,6 +4399,24 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/swiper": {
"version": "11.1.4",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.4.tgz",
"integrity": "sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/swiperjs"
},
{
"type": "open_collective",
"url": "http://opencollective.com/swiper"
}
],
"engines": {
"node": ">= 4.7.0"
}
},
"node_modules/swr": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/swr/-/swr-2.2.5.tgz",