astro-swiper
Version:
Astro component for swiper, dedicated to slider / carousel / photo swiper / slide, including thumbnails
35 lines (34 loc) • 943 B
JSON
{
"name": "astro-swiper",
"version": "1.0.2",
"description": "Astro component for swiper, dedicated to slider / carousel / photo swiper / slide, including thumbnails",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pascal-brand38/astro-swiper.git"
},
"author": "Pascal Brand",
"license": "MIT",
"bugs": {
"url": "https://github.com/pascal-brand38/astro-swiper/issues"
},
"homepage": "https://pascal-brand38.github.io/astro-dev/packages/astro-swiper/",
"exports": "./index.ts",
"files": [
"index.ts",
"src/**"
],
"devDependencies": {
"@types/node": "^24.0.0",
"astro": "^5.9.2",
"typescript": "^5.8.3"
},
"keywords": [
"swiper",
"withastro", "astro-component", "image",
"carousel", "swiper", "slider", "slideshow", "gallery", "lightweight", "touch", "responsive", "thumbnail"
],
"dependencies": {
"swiper": "^11.2.8"
}
}