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

View File

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