{ "name": "iview-admin", "version": "2.0.0", "author": "Lison", "private": false, "scripts": { "dev": "vue-cli-service serve --mode dev", "test": "vue-cli-service serve --mode test", "build_test": "vue-cli-service build --mode test", "build_uat": "vue-cli-service build --mode uat", "build_st": "vue-cli-service build --mode st", "build_pro": "vue-cli-service build --mode pro", "build_lib": "vue-cli-service build --target dk --name dk dk/index.js", "lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit", "test:e2e": "vue-cli-service test:e2e", "postinstall": "patch-package" }, "dependencies": { "@antv/x6": "2.18.1", "@antv/x6-plugin-clipboard": "^2.1.3", "@antv/x6-plugin-dnd": "^2.0.3", "@antv/x6-plugin-export": "^2.1.5", "@antv/x6-plugin-history": "^2.1.2", "@antv/x6-plugin-keyboard": "^2.1.4", "@antv/x6-plugin-minimap": "^2.0.7", "@antv/x6-plugin-selection": "^2.1.5", "@antv/x6-plugin-snapline": "^2.1.6", "@antv/x6-plugin-stencil": "^2.0.2", "@antv/x6-plugin-transform": "^2.1.5", "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@tinymce/tinymce-vue": "^3.2.8", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^1.0.2", "axios": "^0.18.0", "clipboard": "^2.0.11", "concurrent-tasks": "^1.0.7", "core-js": "^2.6.12", "crypto-js": "^4.2.0", "dayjs": "^1.11.7", "dhtmlx-gantt": "^8.0.6", "dom-to-image": "^2.6.0", "echarts": "^5.4.1", "element-resize-detector": "^1.2.3", "element-ui": "^2.15.12", "file-saver": "^2.0.5", "html2canvas": "^1.4.1", "insert-css": "^2.0.0", "iview-area": "^1.6.0", "jqwidgets-scripts": "^13.1.0", "js-base64": "^3.7.3", "js-cookie": "^2.2.0", "js-md5": "^0.7.3", "jspdf": "^2.5.1", "lib-flexible": "^0.3.2", "patch-package": "^7.0.2", "qrcodejs2": "0.0.2", "quill": "^1.3.7", "quill-image-drop-module": "^1.0.3", "quill-image-resize-module": "^3.0.0", "sortablejs": "^1.14.0", "svg-sprite-loader": "^6.0.11", "swiper": "^5.4.5", "tinymce": "^5.10.7", "v-viewer": "^1.6.4", "vant": "^2.12.53", "vconsole": "^3.15.0", "view-design": "^4.7.0", "vue": "^2.7.14", "vue-baidu-map": "^0.21.22", "vue-class-component": "^7.2.6", "vue-clipboard2": "^0.3.1", "vue-drag-resize": "^1.5.4", "vue-esign": "^1.1.4", "vue-excel-table": "^3.1.28", "vue-i18n": "^7.8.0", "vue-jsonp": "^2.0.0", "vue-pdf": "^4.3.0", "vue-plugin-hiprint": "0.0.57-beta1", "vue-printjs": "^1.0.0", "vue-property-decorator": "^9.1.2", "vue-quill-editor": "^3.0.6", "vue-router": "3.0.0", "vue-super-flow": "^1.3.8", "vue-tour": "^2.0.0", "vuedraggable": "^2.24.3", "vuex": "^3.0.1", "vuex-persistedstate": "^2.5.4", "vxe-table": "3.5.9", "wangeditor": "^3.1.1", "xe-ajax": "^4.0.5", "xe-utils": "^3.5.7", "zm-tree-org": "^1.8.7" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.1", "@vue/cli-plugin-eslint": "^3.0.1", "@vue/cli-plugin-unit-mocha": "^3.0.1", "@vue/cli-service": "^3.0.1", "@vue/eslint-config-standard": "^3.0.0-beta.10", "babel-plugin-component": "^1.1.1", "babel-plugin-import": "^1.13.0", "bootstrap": "^4.3.1", "chai": "^4.3.7", "eslint-plugin-cypress": "^2.0.1", "flag-icon-css": "^3.4.6", "friendly-errors-webpack-plugin": "^1.7.0", "javascript-natural-sort": "^0.7.1", "less": "^2.7.3", "less-loader": "^4.0.5", "lint-staged": "^6.0.0", "node-sass": "4.14.1", "sass-loader": "8.0.0", "uuid": "^3.3.2", "vue-awesome-swiper": "^4.1.1", "vue-svg-icon": "^1.2.9", "vue-template-compiler": "^2.7.14", "xml-loader": "^1.2.1" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "gitHooks": { "pre-commit": "lint-staged" }, "app-plus": { "softinputMode": "adjustPan" }, "lint-staged": { "*.js": [ "vue-cli-service lint", "git add" ], "*.vue": [ "vue-cli-service lint", "git add" ] } }