{ "name": "artfess-web-fvue", "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": { "@easydarwin/easyplayer": "^5.0.5", "@easydarwin/easywasmplayer": "^4.0.13", "@tinymce/tinymce-vue": "^3.0.1", "@wangeditor/editor-for-vue": "^1.0.0", "axios": "0.18.0", "babel-polyfill": "^6.26.0", "bpm_el_ui": "^1.0.6", "core-js": "^2.6.12", "echarts": "^5.4.3", "echarts-liquidfill": "^3.1.0", "element-ui": "^2.13.0", "file-saver": "^2.0.2", "gdt-jsapi": "^1.9.44", "html-webpack-plugin": "^3.2.0", "html2canvas": "^1.4.1", "js-base64": "2.5.1", "js-cookie": "^3.0.0", "jszip": "^3.10.1", "leaflet": "^1.8.0", "leaflet.markercluster": "^1.5.3", "lodash": "^4.17.21", "moment": "2.24.0", "node-sass": "^4.14.1", "nprogress": "0.2.0", "qrcode": "^1.4.4", "qs": "^6.10.1", "quill-image-drop-module": "^1.0.3", "quill-image-resize-module": "^3.0.0", "screenfull": "^5.1.0", "three": "^0.158.0", "tinymce": "^5.1.0", "v-runtime-template": "1.5.2", "vue": "2.6.11", "vue-echarts": "^6.6.1", "vue-i18n": "^8.14.0", "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", "xlsx": "^0.16.9" }, "devDependencies": { "@vue/cli-plugin-babel": "3.2.0", "@vue/cli-plugin-eslint": "3.2.0", "@vue/cli-plugin-unit-mocha": "3.2.0", "@vue/cli-service": "3.2.0", "@vue/composition-api": "^1.7.2", "@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": "5.8.0", "eslint-plugin-vue": "5.0.0", "jquery": "2.2.4", "postcss-px-to-viewport": "^1.1.1", "sass-loader": "^8.0.0", "stylus": "0.54.5", "stylus-loader": "3.0.2", "vue-template-compiler": "2.6.11", "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" ] }