{
    "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.21.4",
        "laravel-mix": "^6.0.6",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14"
    },
    "dependencies": {
        "@andresouzaabreu/vue-data-table": "^2.0.0",
        "highcharts": "^7.1.3",
        "highcharts-vue": "^1.3.5",
        "jquery": "^3.6.0",
        "sweetalert2": "^11.4.17",
        "vue": "^2.6.14",
        "vue-axios": "^3.4.0",
        "vue-loader": "^15.9.8",
        "vue-router": "^3.5.3",
        "vue-select": "^3.18.3",
        "vue-sweetalert2": "^5.0.5",
        "vue-template-compiler": "^2.6.14",
        "vue2-daterange-picker": "^0.6.8",
        "vue2-highcharts": "^1.2.5",
        "vuex": "^3.6.2"
    }
}
