{
    "$schema": "https://getcomposer.org/schema.json",
    "name": "raugadh/fila-starter",
    "type": "project",
    "description": "Laravel Filament Starter.",
    "keywords": [
        "laravel",
        "framework",
        "filament",
        "starter kit"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.2",
        "awcodes/light-switch": "^2.0",
        "awcodes/overlook": "^3.0",
        "bezhansalleh/filament-language-switch": "^4.0",
        "bezhansalleh/filament-shield": "^4.0",
        "diogogpinto/filament-auth-ui-enhancer": "^2.0",
        "dutchcodingcompany/filament-developer-logins": "^2.0",
        "filafly/brisk": "^1.0",
        "filafly/filament-phosphor-icons": "*",
        "filament/filament": "^4.0",
        "gboquizosanchez/filament-log-viewer": "^2.1",
        "jeffgreco13/filament-breezy": "^3.0",
        "laravel/framework": "^12.0",
        "laravel/tinker": "^2.10.1",
        "livewire/livewire": "^3.6",
        "marcelweidum/filament-expiration-notice": "^1.0",
        "unknow-sk/filament-logger": "^1.0"
    },
    "require-dev": {
        "roave/security-advisories": "dev-latest",
        "barryvdh/laravel-debugbar": "^3.16",
        "barryvdh/laravel-ide-helper": "^3.6",
        "fakerphp/faker": "^1.23",
        "laravel/boost": "^1.1",
        "laravel/pail": "^1.2.2",
        "laravel/pint": "^1.25",
        "laravel/sail": "^1.41",
        "mockery/mockery": "^1.6",
        "nunomaduro/collision": "^8.6",
        "peckphp/peck": "^0.1.3",
        "pestphp/pest": "^4.1",
        "pestphp/pest-plugin-laravel": "^4.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "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 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.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ],
        "dev": [
            "Composer\\Config::disableProcessTimeout",
            "npx concurrently -c \"#93c5fd,#c4b5fd,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"npm run dev\" --names='server,queue,vite'"
        ],
        "lint": [
            "./vendor/bin/pint --test",
            "bun run lint"
        ],
        "fix": [
            "./vendor/bin/pint",
            "bun run fix"
        ],
        "test:typos": "./vendor/bin/peck"
    },
    "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
}
