{ "name": "tuoluojiang", "version": "1.1.0", "description": "赋能开发者,助力企业发展,提高企业管理水平,提升企业核心竞争力,实现企业利润最大化.", "author": "Tuoluojiang Team ", "license": "MIT", "private": true, "scripts": { "dev": "vue-cli-service serve", "build:prod": "vue-cli-service build", "build": "vue-cli-service build && node build/release.mjs", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src", "prettier:comment": "自动格式化当前目录下的所有文件", "prettier": "prettier --write .", "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", "postinstall": "patch-package" }, "bin": "npm run postinstall", "lint-staged": { "**/*.js": "eslint --ext .js", "**/*.vue": "eslint --ext .vue" }, "keywords": [ "vue", "OA", "dashboard", "element-ui", "boilerplate", "admin-template", "management-system" ], "bugs": { "url": "https://www.crmeb.com/ask/index" }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@form-create/element-ui": "^2.5.27", "@fullcalendar/core": "^6.1.4", "@fullcalendar/daygrid": "^6.1.4", "@fullcalendar/interaction": "^6.1.4", "@fullcalendar/list": "^6.1.4", "@fullcalendar/timegrid": "^6.1.4", "@fullcalendar/timeline": "^6.1.4", "@fullcalendar/vue": "^6.1.4", "@theshy/v-resize": "^1.1.2", "@vue-office/docx": "^1.6.2", "@vue/babel-preset-app": "^5.0.8", "@vue/composition-api": "^1.7.2", "@vuemap/vue-amap": "^0.1.15", "@wangeditor/editor": "^5.1.18", "@wangeditor/editor-for-vue": "^1.0.2", "@wangeditor/plugin-formula": "^1.0.8", "@wangeditor/plugin-mention": "^0.0.5", "ace-builds": "^1.32.7", "ali-oss": "^6.17.1", "animate.css": "^4.1.1", "axios": "1.6.0", "babel-plugin-dynamic-import-node": "^2.3.3", "clipboard": "2.0.4", "codemirror": "5.58.2", "core-js": "^2.6.12", "cos-js-sdk-v5": "^1.4.17", "crypto-js": "^4.2.0", "echarts": "^4.2.1", "echarts-liquidfill": "^2.0.6", "element-resize-detector": "^1.2.4", "element-ui": "2.15.14", "exceljs": "^4.4.0", "file-saver": "^2.0.5", "fullcalendar": "^6.1.4", "js-cookie": "2.2.0", "jss-sdk": "0.0.5", "luckyexcel": "^1.0.1", "mammoth": "^1.7.2", "markdown-it-vue": "^1.1.7", "marked": "^13.0.2", "mavon-editor": "^2.10.4", "moment": "2.29.4", "node-sass": "^4.14.1", "normalize.css": "7.0.0", "nprogress": "0.2.0", "pdfjs-dist": "^2.0.943", "pinyin-pro": "^3.19.6", "qiniu-js": "^3.4.1", "qrcodejs2": "0.0.2", "rgbaster": "^2.1.1", "script-ext-html-webpack-plugin": "^2.1.5", "script-loader": "0.7.2", "showdown": "1.9.0", "sortablejs": "^1.15.2", "ve-calendar": "^0.3.2", "vue": "2.6.10", "vue-clipboard2": "^0.3.3", "vue-count-to": "1.0.13", "vue-demi": "^0.14.8", "vue-i18n": "^8.24.1", "vue-json-viewer": "^2.2.22", "vue-router": "3.0.2", "vue-smart-widget": "^0.6.2", "vue-template-babel-compiler": "^2.0.0", "vue-tree-list": "^1.5.0", "vue-ueditor-wrap": "^2.4.1", "vuedraggable": "^2.24.3", "vuex": "3.1.0", "wangeditor": "^4.7.15", "xe-utils": "^3.5.11", "xlsx": "^0.14.1" }, "devDependencies": { "@babel/core": "^7.13.0", "@babel/register": "7.0.0", "@vue/cli-plugin-babel": "3.5.3", "@vue/cli-plugin-eslint": "^3.9.1", "@vue/cli-plugin-unit-jest": "3.5.3", "@vue/cli-service": "3.5.3", "@vue/test-utils": "1.0.0-beta.29", "autoprefixer": "^9.5.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "babel-jest": "23.6.0", "babel-plugin-import": "^1.13.6", "chalk": "2.4.2", "chokidar": "2.1.5", "connect": "3.6.6", "eslint": "^7.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-vue": "^7.2.0", "file-loader": "^3.0.1", "fs-extra": "^11.2.0", "html-docx-js-typescript": "^0.1.5", "html-webpack-plugin": "3.2.0", "husky": "1.3.1", "less": "^4.1.1", "less-loader": "^7.3.0", "lint-staged": "8.1.5", "patch-package": "^6.2.2", "prettier": "2.4.1", "runjs": "^4.3.2", "sass-loader": "^7.3.1", "serve-static": "^1.13.2", "svgo": "1.2.0", "vue-lazyload": "^1.3.3", "vue-template-compiler": "2.6.10", "webpack": "^4.44.2" }, "engines": { "node": ">=8.9", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions" ] }