{ "name": "dispatch-platform", "version": "1.2.0", "private": true, "scripts": { "dev": "pnpm install && pnpm serve", "serve": "vue-cli-service serve", "build": "vue-cli-service build --mode staging", "build:prod": "vue-cli-service build", "lint": "vue-cli-service lint", "lint:fix": "vue-cli-service lint --fix" }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@pikaz/location": "^1.0.8", "@riophae/vue-treeselect": "^0.4.0", "axios": "^1.4.0", "core-js": "^3.6.5", "dayjs": "^1.11.7", "element-ui": "^2.15.13", "flv.js": "^1.6.2", "lodash": "^4.17.21", "nanoid": "^4.0.2", "normalize.css": "^8.0.1", "qs": "^6.11.1", "screenfull": "^6.0.2", "tim-js-sdk": "^2.27.5", "tim-profanity-filter-plugin": "^0.9.0", "tim-upload-plugin": "^1.2.0", "trtc-calling-js": "^1.1.1", "trtc-js-sdk": "^4.15.7", "tsignaling": "^1.0.5", "v-ol-map": "^1.13.2", "vue": "^2.6.11", "vue-cropper": "^0.6.2", "vue-router": "^3.2.0", "vuex": "^3.4.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.13", "@vue/cli-plugin-eslint": "~4.5.13", "@vue/cli-plugin-router": "~4.5.13", "@vue/cli-plugin-vuex": "~4.5.13", "@vue/cli-service": "~4.5.13", "@vue/eslint-config-prettier": "^6.0.0", "address": "^1.2.2", "babel-eslint": "^10.1.0", "babel-plugin-transform-remove-console": "6.9.4", "babel-plugin-transform-remove-debugger": "6.9.4", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^6.2.2", "postcss-px-to-viewport": "^1.1.1", "prettier": "^2.2.1", "sass": "^1.26.5", "sass-loader": "^8.0.2", "script-ext-html-webpack-plugin": "^2.1.5", "stylus": "^0.59.0", "stylus-loader": "^7.1.0", "vue-template-compiler": "^2.6.11" } }