{ "private": true, "scripts": { "dev": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "production": "mix --production" }, "devDependencies": { "babel-eslint": "^8.2.6", "cross-env": "^5.1", "eslint": "^4.19.1", "eslint-config-prettier": "^6.15.0", "eslint-loader": "^3.0.4", "eslint-plugin-prettier": "^3.3.0", "eslint-plugin-vue": "^4.7.1", "laravel-mix": "^6.0.6", "postcss": "^8.1", "prettier": "^2.2.1", "resolve-url-loader": "3.1.0", "sass": "^1.29.0", "sass-loader": "^8.0.2", "tailwindcss-plugins": "^0.3.0", "vue-template-compiler": "^2.6.10" }, "dependencies": { "@bytefury/spacewind": "^0.5.0", "@vue-hero-icons/outline": "^1.6.3", "@vue-hero-icons/solid": "^1.6.3", "axios": "^0.19", "chart.js": "^2.7.3", "guid": "0.0.12", "lodash": "^4.17.13", "moment": "^2.29.1", "sweet-modal-vue": "^2.0.0", "sweetalert": "^2.1.2", "tailwindcss": "^2.0.1", "toastr": "^2.1.4", "v-tooltip": "^2.0.2", "vue": "^2.6.10", "vue-i18n": "^8.22.0", "vue-loader": "^15.9.3", "vue-router": "2.7.0", "vue2-transitions": "^0.3.0", "vuedraggable": "^2.24.2", "vuelidate": "^0.6.2", "vuex": "^3.0.1" } }