71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"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.1",
|
|
"filament/filament": "^3.0",
|
|
"filament/forms": "^3.0",
|
|
"filament/tables": "^3.0",
|
|
"filament/infolists": "^3.0",
|
|
"spatie/laravel-package-tools": "^1.15.0"
|
|
},
|
|
"require-dev": {
|
|
"laravel/pint": "^1.0",
|
|
"nunomaduro/collision": "^7.9",
|
|
"orchestra/testbench": "^8.0",
|
|
"pestphp/pest": "^2.1",
|
|
"pestphp/pest-plugin-arch": "^2.0",
|
|
"pestphp/pest-plugin-laravel": "^2.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
|
|
} |