{
    "private": true,
    "scripts": {
        "dev": "mix",
        "watch": "mix watch",
        "watch-poll": "mix watch -- --watch-options-poll=1000",
        "hot": "mix watch --hot",
        "prod": "mix --production"
    },
    "devDependencies": {
        "@inertiajs/inertia": "^0.11.1",
        "@vue/babel-plugin-jsx": "^1.1.1",
        "@vue/compiler-sfc": "^3.2.33",
        "cross-env": "^7.0.3",
        "form-backend-validation": "^2.4.0",
        "laravel-mix": "^6.0.49",
        "resolve-url-loader": "^5.0.0",
        "sass": "^1.52.1",
        "sass-loader": "^13.0.0",
        "ts-loader": "^9.5.0",
        "typescript": "^5.2.2",
        "vidstack": "^1.4.7",
        "vue": "^3.3.4",
        "vue-loader": "^16.8.3",
        "vue-template-compiler": "^2.6.14",
        "vuex": "^4.1.0"
    },
    "dependencies": {
        "laravel-nova-ui": "^0.4.12"
    }
}
