{
    "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",
        "nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
    },
    "devDependencies": {
        "@vue/compiler-sfc": "^3.2.22",
        "laravel-mix": "^6.0.41",
        "lodash": "^4.17.21",
        "postcss": "^8.3.11",
        "tailwindcss": "^3.3.2",
        "prettier": "^2.6.2",
        "vue-loader": "^16.8.3",
        "uid": "^2.0.0"
    },
    "dependencies": {
        "form-backend-validation": "^2.3.3",
        "@inertiajs/inertia": "^0.11.0",
        "vue": "^3.2.47",
        "vuex": "^4.0.2"
    }
}
