{
    "$schema": "https://www.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "serve": "node -e \"const {spawnSync}=require('node:child_process'); const fs=require('node:fs'); const php=process.env.PHP_BIN || (fs.existsSync('/opt/homebrew/bin/php') ? '/opt/homebrew/bin/php' : 'php'); const result=spawnSync(php,['artisan','serve','--host=127.0.0.1','--port=8080'],{stdio:'inherit'}); process.exit(result.status ?? 1);\"",
        "vite": "vite",
        "build": "vite build",
        "dev": "concurrently -c \"#93c5fd,#ffffff\" --names=\"laravel,vite\" --kill-others \"yarn serve\" \"yarn vite\""
    },
    "devDependencies": {
        "@tailwindcss/vite": "^4.0.0",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^3.1",
        "tailwindcss": "^4.0.0",
        "vite": "^8.0.0"
    },
    "dependencies": {
        "@tailwindcss/typography": "^0.5.19",
        "plyr": "^3.8.4"
    }
}
