{
    "$schema": "https://www.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "build": "vite build",
        "dev": "vite"
    },
    "devDependencies": {
        "@tailwindcss/vite": "^4.0.0",
        "@vitejs/plugin-react": "^6.0.1",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^3.1",
        "tailwindcss": "^4.2.4",
        "typescript": "^6.0.3",
        "vite": "^8.0.0"
    },
    "dependencies": {
        "@headlessui/react": "^2.2.10",
        "@inertiajs/react": "^3.0.3",
        "@sentry/react": "^10.52.0",
        "@types/react": "^19.2.14",
        "@types/react-dom": "^19.2.3",
        "lucide-react": "^1.14.0",
        "react": "^19.2.5",
        "react-dom": "^19.2.5"
    }
}
