installing swiper

This commit is contained in:
Antoine M 2023-11-17 11:32:53 +01:00
parent 04807820c2
commit 373f4d2511
2 changed files with 27 additions and 2 deletions

26
package-lock.json generated
View File

@ -9,7 +9,8 @@
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@wordpress/api-fetch": "^6.40.0"
"@wordpress/api-fetch": "^6.40.0",
"swiper": "^11.0.4"
},
"devDependencies": {
"@jeffreyvr/tailwindcss-tailpress": "^2.0.0",
@ -3028,6 +3029,24 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/swiper": {
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.0.4.tgz",
"integrity": "sha512-qtUxILrD4aD++rpKzGrkz3IAWL92f9uTrDwjb6HaNLmPvJhZCE/83DL+9w4kIgDDJeF6QKalV47rMBN77UOVYQ==",
"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-observable": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz",
@ -5714,6 +5733,11 @@
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
"dev": true
},
"swiper": {
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.0.4.tgz",
"integrity": "sha512-qtUxILrD4aD++rpKzGrkz3IAWL92f9uTrDwjb6HaNLmPvJhZCE/83DL+9w4kIgDDJeF6QKalV47rMBN77UOVYQ=="
},
"symbol-observable": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz",

View File

@ -47,6 +47,7 @@
"tailwindcss": "^3.1.0"
},
"dependencies": {
"@wordpress/api-fetch": "^6.40.0"
"@wordpress/api-fetch": "^6.40.0",
"swiper": "^11.0.4"
}
}