{ "name": "pigx-ui", "version": "3.7.0", "private": true, "scripts": { "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", "dev": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "@chenfengyuan/vue-qrcode": "^1.0.1", "pig-avue-form-design": "^1.1.4", "avue-plugin-ueditor": "^0.0.6", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "classlist-polyfill": "^1.2.0", "clipboard": "^2.0.4", "crypto-js": "^3.1.9-1", "echarts": "^4.2.1", "element-ui": "2.12.0", "js-cookie": "^2.2.0", "nprogress": "^0.2.0", "script-loader": "^0.7.2", "sockjs-client": "^1.0.0", "stomp-websocket": "^2.3.4-next", "vue": "^2.6.10", "vue-axios": "^2.1.2", "vue-clipboard2": "^0.3.0", "vue-cron": "^1.0.9", "vue-echarts": "^4.0.1", "vue-json-editor": "^1.2.3", "vue-json-tree-view": "^2.1.4", "vue-router": "^3.0.2", "vuex": "^3.0.1" }, "devDependencies": { "@vue/cli-plugin-babel": "~3.8.0", "@vue/cli-service": "~3.8.4", "chai": "^4.1.2", "node-sass": "^4.9.0", "sass-loader": "^7.0.1", "vue-template-compiler": "^2.6.10" }, "lint-staged": { "*.js": [ "vue-cli-service lint", "git add" ], "*.vue": [ "vue-cli-service lint", "git add" ] } }