{
    "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": {
        "axios": "^0.25.0",
        "laravel-mix": "^6.0.6",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "vue-loader": "^16.8.3"
    },
    "dependencies": {
        "@inertiajs/inertia": "^0.11.0",
        "@inertiajs/inertia-vue3": "^0.6.0",
        "@inertiajs/progress": "^0.1.2",
        "jsbarcode": "^3.11.5",
        "vercel-php": "^0.9.0",
        "vue": "^3.2.29",
        "vue-chart-3": "^3.1.0",
        "vue-multiselect": "^3.0.0-alpha.2",
        "vue-sweetalert2": "^5.0.2"
    }
}
