{
    "private": true,
    "scripts": {
        "development": "mix",
        "watch": "mix watch",
        "watch-poll": "mix watch -- --watch-options-poll=1000",
        "hot": "mix watch --hot",
        "production": "mix --production"
    },
    "devDependencies": {
        "@vue/compiler-sfc": "^3.2.33",
        "cross-env": "^5.0.0",
        "laravel-mix": "^6.0",
        "object-to-formdata": "^1.5.2",
        "resolve-url-loader": "2.3.1",
        "sass": "^1.19.0",
        "sass-loader": "7.*",
        "vue-loader": "^16.2.0",
        "vue-template-compiler": "^2.6.10"
    },
    "dependencies": {
        "@babel/plugin-transform-runtime": "^7.17.0",
        "@babel/runtime": "^7.17.9",
        "@inertiajs/inertia": "^0.11.0",
        "axios": "^0.26.1",
        "form-backend-validation": "^2.4.0",
        "laravel-vapor": "^0.4.0",
        "lodash": "^4.17.21",
        "slug": "^0.9.1",
        "vue": "^2.5.17",
        "vue-advanced-cropper": "^2.8.1",
        "vuedraggable": "^4.1.0",
        "vuex": "^4.0.2"
    }
}
