{
    "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 --mix-config=webpack.ssr.mix.js && mix --production"
    },
    "devDependencies": {
        "@inertiajs/inertia": "^0.11.1",
        "@inertiajs/inertia-vue3": "^0.6.0",
        "@inertiajs/progress": "^0.2.7",
        "@inertiajs/server": "^0.1.0",
        "@tailwindcss/forms": "^0.5.7",
        "@tailwindcss/typography": "^0.5.10",
        "@vue/compiler-sfc": "^3.4.21",
        "@vue/server-renderer": "^3.4.21",
        "autoprefixer": "^10.4.19",
        "axios": "^0.21.4",
        "laravel-mix": "^6.0.49",
        "lodash": "^4.17.19",
        "postcss": "^8.4.38",
        "postcss-import": "^14.0.2",
        "tailwindcss": "^3.4.1",
        "vue": "^3.4.21",
        "vue-loader": "^17.4.2",
        "webpack-node-externals": "^3.0.0"
    },
    "dependencies": {
        "moment": "^2.30.1",
        "sweetalert2": "^11.10.7",
        "vform": "^2.1.2"
    }
}
