{ "name": "provincial_platform_sale", "version": "0.0.1", "description": "售后服务", "private": true, "scripts": { "dev": "vue-cli-service serve", "build": "vue-cli-service build", "build:report": "vue-cli-service build --report", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --fix --ext .js,.vue src", "prepare": "husky install" }, "dependencies": { "@riophae/vue-treeselect": "^0.4.0", "axios": "^0.24.0", "better-scroll": "^1.15.2", "clipboard": "^2.0.8", "core-js": "3", "crypto-js": "^4.1.1", "echarts": "^4.9.0", "element-ui": "^2.15.8", "file-saver": "^2.0.5", "fuse.js": "^6.4.3", "highlight.js": "^9.18.5", "iconv-lite": "^0.6.3", "js-beautify": "^1.13.0", "js-cookie": "^2.2.1", "jschardet": "^3.0.0", "jsencrypt": "^3.0.0-rc.1", "jszip": "^3.10.1", "lodash": "^4.17.21", "normalize.css": "7.0.0", "nprogress": "^0.2.0", "path-to-regexp": "2.4.0", "print-js": "^1.5.0", "qs": "^6.9.1", "quill": "^1.3.7", "regenerator-runtime": "^0.13.9", "sass": "1.32.13", "screenfull": "^5.0.2", "sortablejs": "^1.10.2", "vue": "^2.6.14", "vue-cropper": "^0.5.5", "vue-easytable": "^2.27.1", "vue-print-nb": "^1.5.0", "vue-router": "^3.4.9", "vue-splitpane": "1.0.4", "vue-table-with-tree-grid": "^0.2.4", "vuedraggable": "2.20.0", "vuex": "^3.6.0", "xlsx": "^0.18.5", "xlsx-style": "^0.8.13" }, "devDependencies": { "@babel/core": "7.0.0", "@babel/register": "7.0.0", "@d2-projects/vue-table-export": "^1.0.1", "@vue/cli-plugin-babel": "^4.4.6", "@vue/cli-plugin-eslint": "^4.4.6", "@vue/cli-plugin-unit-jest": "3.5.3", "@vue/cli-service": "^4.4.6", "@vue/eslint-config-standard": "^5.1.2", "@vue/test-utils": "1.0.0-beta.29", "autoprefixer": "^9", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "23.6.0", "babel-plugin-dynamic-import-node": "^2.3.3", "chalk": "^4.1.0", "chokidar": "2.1.5", "compression-webpack-plugin": "^5.0.2", "connect": "^3.6.6", "eslint": "^7.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^7.2.0", "html-webpack-plugin": "3.2.0", "husky": "^7.0.4", "lint-staged": "^10.5.3", "mockjs": "1.0.1-beta3", "plop": "2.3.0", "postcss": "^8", "runjs": "^4.4.2", "sass": "1.32.13", "sass-loader": "^10.3.1", "script-ext-html-webpack-plugin": "^2.1.5", "serve-static": "^1.13.2", "svg-sprite-loader": "^5.1.1", "svgo": "1.2.0", "postcss-pxtorem": "^5.1.1", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17", "vue-template-compiler": "^2.6.14" }, "engines": { "node": ">=8.9", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "IE 11", "IE 10" ] }