{ "name": "dh", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit", "dll": "webpack -p --progress --config ./webpack.dll.conf.js", "report": "vue-cli-service build --report" }, "dependencies": { "@antv/data-set": "^0.11.2", "@antv/g2": "^4.1.31", "@antv/g2plot": "^2.4.8", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@easydarwin/easyplayer": "^5.0.5", "@easydarwin/easywasmplayer": "^4.0.13", "@handsontable/vue": "^4.1.1", "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "^0.3.0", "@wangeditor/editor-for-vue": "^1.0.0", "axios": "0.18.0", "babel-polyfill": "^6.26.0", "core-js": "^3.21.1", "crypto-js": "^4.1.1", "dayjs": "^1.11.7", "dingtalk-jsapi": "^2.15.2", "echarts": "^5.3.1", "echarts-gl": "^2.0.9", "echarts-stat": "^1.1.1", "element-china-area-data": "^6.0.2", "element-ui": "2.15.8", "file-saver": "^2.0.2", "gsap": "^3.11.2", "handsontable": "^7.4.2", "html-webpack-plugin": "^3.2.0", "js-base64": "2.5.1", "js-cookie": "^3.0.0", "leaflet": "^1.8.0", "lodash": "^4.17.21", "moment": "2.24.0", "nprogress": "0.2.0", "qrcode": "^1.4.4", "qs": "^6.10.1", "screenfull": "^5.1.0", "three": "^0.144.0", "v-runtime-template": "1.5.2", "v-viewer": "^1.5.1", "vant": "^2.12.48", "vee-validate": "2.1.7", "video.js": "^7.7.5", "vue": "2.6.11", "vue-amap": "^0.5.10", "vue-area-linkage": "5.1.0", "vue-baidu-map": "^0.21.22", "vue-easy-print": "0.0.8", "vue-echarts": "^6.0.2", "vue-i18n": "^8.14.0", "vue-pdf": "^4.0.6", "vue-print-nb": "^1.7.5", "vue-qr": "^2.3.0", "vue-quill-editor": "3.0.6", "vue-router": "3.0.1", "vue-seamless-scroll": "^1.1.23", "vuedraggable": "^2.23.2", "vuex": "3.0.1", "wangeditor": "^4.7.15", "xlsx": "^0.16.6" }, "devDependencies": { "@vue/cli-plugin-babel": "4.4.6", "@vue/cli-plugin-eslint": "3.2.0", "@vue/cli-plugin-unit-mocha": "3.2.0", "@vue/cli-service": "3.2.0", "@vue/eslint-config-prettier": "4.0.1", "@vue/test-utils": "1.0.0-beta.20", "add-asset-html-webpack-plugin": "3.1.3", "babel-eslint": "10.0.1", "chai": "4.1.2", "clean-webpack-plugin": "1.0.1", "compression-webpack-plugin": "^4.0.0", "element-theme-chalk": "2.4.11", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^6.2.2", "jquery": "2.2.4", "postcss-px-to-viewport": "^1.1.1", "sass": "1.25.0", "sass-loader": "10.0.0", "stylus": "0.54.5", "stylus-loader": "3.0.2", "vue-template-compiler": "2.6.11", "vue-ueditor-wrap": "2.4.1", "webpack-cli": "3.2.3" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "@vue/prettier" ], "rules": { "indent_style": "tab", "indent_size": "tab" }, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }