{
    "$schema": "https://json.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "serve": "vite preview"
    },
    "devDependencies": {
        "@tailwindcss/vite": "^4.0.0",
        "@vitejs/plugin-vue": "^5.0.0",
        "axios": "^1.13.2",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^2.0.0",
        "tailwindcss": "^4.0.0",
        "vite": "^7.0.7",
        "vite-plugin-pwa": "^0.20.0"
    },
    "dependencies": {
        "@emotion/react": "^11.14.0",
        "@emotion/styled": "^11.14.1",
        "@mui/icons-material": "^7.3.5",
        "@mui/material": "^7.3.5",
        "@vitejs/plugin-react": "^5.1.1",
        "alpinejs": "^3.15.2",
        "date-fns": "^4.1.0",
        "vue": "^3.4.0",
        "vue-router": "^4.3.0",
        "react": "^19.2.0",
        "react-dom": "^19.2.0",
        "socket.io-client": "^4.8.1",
        "ws": "^8.18.3"
    }
}