{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
        "watch": "npm run development -- --watch",
        "watch-poll": "npm run watch -- --watch-poll",
        "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
        "prod": "npm run production",
        "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
    },
    "dependencies": {
        "@dacoto/ui-dashboard": "^1.5.1",
        "@fortawesome/fontawesome-free": "^5.15.1",
        "@mdi/font": "^5.7.55",
        "@sentry/browser": "^5.26.0",
        "@sentry/integrations": "^5.26.0",
        "axios": "^0.20.0",
        "bootstrap": "^4.5.3",
        "bootstrap-vue": "^2.18.0",
        "generate-password": "^1.5.1",
        "jquery": "^3.5.1",
        "jvectormap": "^2.0.4",
        "ladda": "^2.0.1",
        "lodash": "^4.17.20",
        "luxon": "^1.25.0",
        "moment": "^2.29.1",
        "nprogress": "^0.2.0",
        "popper.js": "^1.16.1",
        "raphael": "^2.3.0",
        "sweetalert": "^2.1.2",
        "vue": "^2.6.12",
        "vue-clipboard2": "^0.3.1",
        "vue-datetime": "^1.0.0-beta.14",
        "vue-i18n": "^8.22.1",
        "vue-js-toggle-button": "^1.3.3",
        "vue-loading-overlay": "^3.4.2",
        "vue-meta": "^2.4.0",
        "vue-morris": "^1.1.0",
        "vue-router": "^3.4.7",
        "vue-snack": "^0.1.4",
        "vue-textarea-autosize": "^1.1.1",
        "vuex": "^3.5.1",
        "weekstart": "^1.0.1"
    },
    "devDependencies": {
        "cross-env": "^7.0.2",
        "laravel-mix": "^5.0.7",
        "resolve-url-loader": "^3.1.2",
        "sass": "^1.27.0",
        "sass-loader": "^10.0.3",
        "vue-template-compiler": "^2.6.12"
    }
}
