{ "name": "vue-antd-admin", "version": "0.7.2", "homepage": "https://iczer.github.io/vue-antd-admin", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --dest dist_审单云系统_生产", "build:test": "vue-cli-service build --mode test --dest dist_审单云系统_测试", "lint": "vue-cli-service lint" }, "dependencies": { "@antv/data-set": "^0.11.4", "@antv/x6": "^1.29.0", "animate.css": "^4.1.0", "ant-design-vue": "1.7.2", "axios": "^0.21.1", "clipboard": "^2.0.6", "codemirror": "^5.55.0", "core-js": "^3.6.5", "date-fns": "^2.14.0", "echarts": "^5.3.2", "enquire.js": "^2.1.6", "highlight.js": "^10.2.1", "js-cookie": "^2.2.1", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "plupload": "^2.3.7", "qrcodejs2": "^0.0.2", "register-service-worker": "^1.7.1", "smooth-scrollbar": "^8.5.2", "sortablejs": "^1.10.2", "uuid": "^8.3.2", "v-viewer": "^1.6.4", "viser-vue": "^2.4.8", "vue": "^2.6.11", "vue-clipboard2": "^0.3.3", "vue-count-to": "^1.0.13", "vue-i18n": "^8.18.2", "vue-quill-editor": "^3.0.6", "vue-router": "^3.3.4", "vuedraggable": "^2.23.2", "vuex": "^3.4.0" }, "devDependencies": { "@ant-design/colors": "^4.0.1", "@vue/cli-plugin-babel": "^4.4.0", "@vue/cli-plugin-eslint": "^4.4.0", "@vue/cli-service": "^4.4.0", "@vuepress/plugin-back-to-top": "^1.5.2", "babel-eslint": "^8.0.2", "babel-plugin-transform-remove-console": "^6.9.4", "babel-polyfill": "^6.26.0", "compression-webpack-plugin": "^2.0.0", "deepmerge": "^4.2.2", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "fast-deep-equal": "^3.1.3", "gh-pages": "^3.1.0", "less-loader": "^6.1.1", "style-resources-loader": "^1.3.2", "vue-cli-plugin-style-resources-loader": "^0.1.4", "vue-template-compiler": "^2.6.11", "vuepress": "^1.5.2", "webpack-theme-color-replacer": "^1.3.12", "whatwg-fetch": "^3.0.0" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "parserOptions": { "parser": "babel-eslint" }, "rules": { "no-unused-vars": 0, "no-undef": 1, "no-irregular-whitespace": 1, "no-multiple-empty-lines": [ 1, { "max": 1 } ], "indent": [ 2, 2 ] } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 10" ] }