{ "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", "cross-env": "^7.0.2", "css-loader": "^0.28.7", "jquery": "^3.5.1", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "stylus": "^0.54.8", "stylus-loader": "^3.0.2", "vue": "^2.6.12", "vue-router": "^3.4.2", "vue-template-compiler": "^2.6.11", "postcss": "^8.1.14" }, "dependencies": { "@chenfengyuan/vue-qrcode": "^1.0.2", "echarts": "^5.0.0", "internal-ip": "^6.1.0", "tinymce": "^5.6.2", "view-design-hi": "^4.5.0-4", "vue-clipboard2": "^0.3.1", "vue-emoji-picker": "^1.0.1", "vue-kityminder-gg": "^1.3.6", "vue-resize-observer": "^1.0.37", "vuedraggable": "^2.24.3", "xlsx": "^0.16.9" } }