{
    "name": "laravel/laravel",
    "type": "project",
    "description": "The skeleton application for the Laravel framework.",
    "keywords": [
        "laravel",
        "framework"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.2",
        "agencetwogether/hookshelper": "^0.0.1",
        "arbermustafa/filament-locationpickr-field": "^2.0",
        "archilex/filament-toggle-icon-column": "^3.2",
        "aymanalhattami/filament-slim-scrollbar": "^2.1",
        "barryvdh/laravel-dompdf": "^3.1",
        "bezhansalleh/filament-shield": "^3.3",
        "brickx/maintenance-switch": "^1.0",
        "bytexr/filament-queueable-bulk-actions": "^0.3.3",
        "calebporzio/sushi": "^2.5",
        "codeat3/blade-simple-icons": "^6.11",
        "codeat3/blade-vaadin-icons": "^1.6",
        "codewithdennis/filament-select-tree": "^3.1.51",
        "croustibat/filament-jobs-monitor": "^2.6",
        "drafolin/filament-collapse": "^1.1",
        "fedeisas/laravel-mail-css-inliner": "^5.4",
        "filament/filament": "^3.3",
        "filament/spatie-laravel-settings-plugin": "^3.3",
        "filament/spatie-laravel-translatable-plugin": "^3.3",
        "filipfonal/filament-log-manager": "^2.1",
        "guava/filament-icon-picker": "^2.3",
        "guava/filament-knowledge-base": "^1.13",
        "invaders-xx/filament-nested-list": "^1.2",
        "jeroendesloovere/vcard": "^1.7",
        "josespinal/filament-record-navigation": "^2.2",
        "joshembling/image-optimizer": "^1.6",
        "laravel/framework": "^12.0",
        "laravel/sanctum": "^4.0",
        "laravel/tinker": "^2.10.1",
        "livewire/livewire": "^3.6",
        "livewire/volt": "^1.7",
        "mercadopago/dx-php": "^3.2",
        "mll-lab/laravel-graphiql": "^3.3",
        "mohamedsabil83/filament-forms-tinyeditor": "^2.4",
        "mokhosh/filament-rating": "^1.4",
        "mvenghaus/filament-plugin-schedule-monitor": "^3.0",
        "nuwave/lighthouse": "^6.54",
        "outerweb/filament-translatable-fields": "^2.1",
        "owenvoke/blade-fontawesome": "^2.9",
        "phpoffice/phpword": "^1.3",
        "rappasoft/laravel-authentication-log": "^5.0",
        "rickdbcn/filament-email": "^1.9",
        "schmeits/filament-character-counter": "^1.3",
        "shuvroroy/filament-spatie-laravel-health": "^2.3",
        "simplesoftwareio/simple-qrcode": "^4.2",
        "solution-forest/filament-tree": "^2.1",
        "spatie/icalendar-generator": "^2.9",
        "spatie/laravel-query-builder": "^6.3",
        "spatie/laravel-schedule-monitor": "^3.10",
        "spatie/laravel-sitemap": "^7.3",
        "spatie/laravel-sluggable": "^3.7",
        "spatie/laravel-webhook-client": "^3.4",
        "spatie/schema-org": "^3.23",
        "tapp/filament-authentication-log": "^4.0",
        "tapp/filament-webhook-client": "^1.1",
        "tightenco/ziggy": "^2.5",
        "tomatophp/filament-artisan": "^1.1",
        "wendelladriel/laravel-lift": "*"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "^3.13",
        "barryvdh/laravel-ide-helper": "^3.0",
        "beyondcode/laravel-dump-server": "^2.0",
        "fakerphp/faker": "^1.23",
        "laravel/boost": "*",
        "laravel/pint": "^1.13",
        "laravel/sail": "^1.26",
        "mockery/mockery": "^1.6",
        "nunomaduro/collision": "^8.0",
        "pestphp/pest": "^3.8"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Modules\\": "modules/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi",
            "@php -r \"if (class_exists('Barryvdh\\\\LaravelIdeHelper\\\\IdeHelperServiceProvider')) { passthru('php artisan ide-helper:generate'); }\"",
            "@php artisan filament:upgrade"
        ],
        "post-update-cmd": [
            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.local', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi",
            "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
            "@php artisan migrate --graceful --ansi"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
