{
    "private": true,
    "type": "module",
    "scripts": {
        "build": "vite build",
        "dev": "vite",
        "octane": "php83 artisan octane:start",
        "watch:octane": "node octane-watcher.js",
        "queue": "PHP_BINARY=php83 php83 artisan queue:work --tries=3 --timeout=90",
        "dev:octane": "concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74,#a78bfa\" \"npm run octane\" \"npm run dev\" \"npm run queue\" \"npm run watch:octane\" --names=octane,vite,queue,watcher"
    },
    "devDependencies": {
        "autoprefixer": "^10.4.20",
        "axios": "^1.7.4",
        "chokidar": "^3.6.0",
        "chokidar-cli": "^3.0.0",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^1.0",
        "postcss": "^8.4.47",
        "tailwindcss": "^3.4.13",
        "vite": "^6.0.0"
    }
}