{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "mix",
        "watch": "mix watch",
        "watch-poll": "mix watch -- --watch-options-poll=1000",
        "hot": "mix watch --hot",
        "prod": "npm run production",
        "production": "mix --production"
    },
    "devDependencies": {
        "@inertiajs/vue3": "^2.0.0",
        "@vue/compiler-sfc": "^3.1.0",
        "autoprefixer": "^10.4.0",
        "axios": "^1.7.8",
        "focus-trap": "^6.7.3",
        "laravel-mix": "^6.0.6",
        "postcss": "^8.4.4",
        "tailwindcss": "^3.0.0",
        "vue": "^3.5",
        "vue-loader": "^17.3.1"
    }
}
