{ "name": "lifetime-protection", "version": "1.0.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build:sit": "vue-cli-service build --mode production.sit", "build:uat": "vue-cli-service build --mode production.uat", "build:prod": "vue-cli-service build --mode production", "lint": "vue-cli-service lint --fix --ext .js,.vue src packages examples", "et": "node_modules/.bin/et", "et:init": "node_modules/.bin/et -i", "et:list": "gulp themes" }, "dependencies": { "@antv/x6": "^1.32.8", "@babel/polyfill": "^7.12.1", "@handsontable/vue": "^5.1.0", "axios": "^0.19.0", "babel-eslint": "^8.0.1", "babel-plugin-component": "^1.1.1", "bpmn-js": "^8.7.1", "bpmn-js-task-resize": "^1.1.0", "dayjs": "^1.10.4", "diagram-js-minimap": "^2.0.4", "echarts": "^4.9.0", "echarts-gl": "^1.1.1", "echarts-liquidfill": "^2.0.6", "element-theme": "^2.0.1", "element-ui": "^2.11.1", "exceljs": "^4.2.0", "file-saver": "^2.0.5", "gulp-autoprefixer": "^6.1.0", "gulp-clean-css": "^4.2.0", "gulp-load-plugins": "^2.0.0", "gulp-rename": "^1.4.0", "gulp-sass": "^4.0.2", "handsontable": "^8.3.1", "html2canvas": "^1.4.1", "js-cookie": "^2.2.0", "jspdf": "^2.5.1", "less": "^4.1.1", "less-loader": "^5.0.0", "lodash": "^4.17.15", "luckyexcel": "^1.0.0", "mockjs": "^1.1.0", "node-sass": "^4.14.1", "qs": "^6.7.0", "quill": "^1.3.6", "sass-loader": "^7.1.0", "save": "^2.9.0", "screenfull": "^4.2.1", "spark-md5": "^3.0.2", "v-distpicker": "^1.2.6", "v-gantt-chart": "^1.5.1", "vue": "^2.7.14", "vue-i18n": "^8.12.0", "vue-image-crop-upload": "^2.5.0", "vue-infinite-loading": "^2.4.5", "vue-infinite-scroll": "^2.0.2", "vue-json-excel": "^0.3.0", "vue-quill-editor": "^3.0.6", "vue-router": "^3.5.2", "vue-seamless-scroll": "^1.1.23", "vue-virtual-scroller": "^1.0.10", "vuex": "^3.6.2" }, "devDependencies": { "@types/node": "^18.6.3", "@vue/cli-plugin-babel": "^3.10.0", "@vue/cli-plugin-eslint": "^3.10.0", "@vue/cli-service": "^3.10.0", "@vue/eslint-config-standard": "^4.0.0", "docx-preview": "^0.1.18", "element-theme-chalk": "^2.11.1", "natives": "^1.1.6", "pdfjs-dist": "^3.10.111", "svg-sprite-loader": "^4.3.0", "vue-pdf": "^4.3.0", "vue-template-compiler": "^2.7.14" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "@vue/standard" ], "rules": { "array-bracket-spacing": [ "error", "never" ], "object-curly-spacing": [ "error", "never" ], "space-before-function-paren": [ "error", { "anonymous": "always", "named": "never", "asyncArrow": "never" } ], "no-console": 2, "vue/script-indent": [ "error", 2, { "baseIndent": 1, "switchCase": 0, "ignores": [] } ] }, "overrides": [ { "files": [ "*.vue" ], "rules": { "indent": "off" } } ], "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "engines": { "node": ">= 8.11.1", "npm": ">= 5.6.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 10" ], "element-theme": { "config": "./src/element-ui/theme-variables.scss", "out": "./src/element-ui/theme", "minimize": true, "browsers": [ "> 1%", "last 2 versions", "not ie <= 10" ] } }