{ "name": "al-saloul/filament-image-gallery", "description": "A Filament plugin for displaying image galleries with zoom, rotate, and flip capabilities", "keywords": [ "al-saloul", "laravel", "filament", "image-gallery", "viewer", "zoom", "rotate", "flip", "photo-gallery", "image-viewer", "image-preview", "image-navigation", "slideshow", "lightbox", "image-rotate", "flip-image", "mirror-image", "image-slider", "fullscreen-view", "next-prev", "gallery-controls" ], "homepage": "https://github.com/al-saloul/filament-image-gallery", "support": { "issues": "https://github.com/al-saloul/filament-image-gallery/issues", "source": "https://github.com/al-saloul/filament-image-gallery" }, "license": "MIT", "authors": [ { "name": "Al-Saloul", "email": "author@domain.com", "role": "Developer" } ], "require": { "php": "^8.2", "filament/filament": "^3.0 || ^4.0", "filament/forms": "^3.0 || ^4.0", "filament/tables": "^3.0 || ^4.0", "filament/infolists": "^3.0 || ^4.0", "spatie/laravel-package-tools": "^1.15.0" }, "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^7.9 || ^8.0", "orchestra/testbench": "^8.0 || ^9.0 || ^10.0", "pestphp/pest": "^2.1 || ^3.0", "pestphp/pest-plugin-arch": "^2.0 || ^3.0", "pestphp/pest-plugin-laravel": "^2.0 || ^3.0" }, "autoload": { "psr-4": { "Alsaloul\\ImageGallery\\": "src/" } }, "autoload-dev": { "psr-4": { "Alsaloul\\ImageGallery\\Tests\\": "tests/" } }, "scripts": { "analyse": "vendor/bin/phpstan analyse", "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage", "format": "vendor/bin/pint" }, "config": { "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true } }, "extra": { "laravel": { "providers": [ "Alsaloul\\ImageGallery\\ImageGalleryServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }