{
    "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": {
        "@popperjs/core": "^2.11.6",
        "@vitejs/plugin-vue": "^4.4.0",
        "axios": "^0.25",
        "bootstrap": "^5.2.3",
        "laravel-mix": "^6.0.49",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "postcss-rtl": "^2.0.0",
        "resolve-url-loader": "^5.0.0",
        "sass": "^1.56.1",
        "sass-loader": "^12.1.0",
        "vue": "^3.2.37",
        "vue-loader": "^16.2.0"
    },
    "dependencies": {
        "crypto-js": "^4.2.0",
        "vue-router": "^4.2.5",
        "vue-sweetalert2": "^5.0.5",
        "vue-toastification": "^2.0.0-rc.5",
        "vue2-dropzone": "^3.6.0",
        "vuex": "^4.1.0",
        "vuex-persistedstate": "^4.1.0"
    }
}
