2020-02-03 14:01:28 +08:00
|
|
|
{
|
2022-10-10 13:41:39 +08:00
|
|
|
"name": "report",
|
|
|
|
"version": "1.0.0",
|
2020-02-03 14:01:28 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-10-10 13:41:39 +08:00
|
|
|
"report": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
2023-05-29 11:52:29 +08:00
|
|
|
"lint": "vue-cli-service lint",
|
|
|
|
"build:report": "NODE_ENV=analyze vue-cli-service build"
|
2020-02-03 14:01:28 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-28 21:14:09 +08:00
|
|
|
"@ckeditor/ckeditor5-build-classic": "^18.0.0",
|
|
|
|
"@ckeditor/ckeditor5-vue": "^1.0.1",
|
2021-09-02 16:31:30 +08:00
|
|
|
"@form-create/element-ui": "^2.5.8",
|
2020-02-03 14:01:28 +08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
2020-06-04 15:56:22 +08:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.13.0",
|
2020-02-03 14:01:28 +08:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/vue-fontawesome": "^0.1.9",
|
2023-11-13 10:53:07 +08:00
|
|
|
"axios": "^1.6.0",
|
2020-12-22 16:49:47 +08:00
|
|
|
"diffable-html": "^4.0.0",
|
2021-10-25 21:27:10 +08:00
|
|
|
"echarts": "^5.0.2",
|
2020-12-22 16:49:47 +08:00
|
|
|
"el-table-infinite-scroll": "^1.0.10",
|
2021-02-23 17:10:24 +08:00
|
|
|
"el-tree-transfer": "^2.4.7",
|
2022-05-31 10:14:40 +08:00
|
|
|
"element-resize-detector": "^1.2.4",
|
2024-08-08 17:27:16 +08:00
|
|
|
"element-ui": "2.15.13",
|
2022-10-10 13:41:39 +08:00
|
|
|
"fit2cloud-ui": "^1.8.0",
|
2020-12-22 16:49:47 +08:00
|
|
|
"html2canvas": "^1.0.0-rc.7",
|
|
|
|
"js-base64": "^3.4.4",
|
2021-03-24 13:23:53 +08:00
|
|
|
"jsencrypt": "^3.1.0",
|
2020-12-22 16:49:47 +08:00
|
|
|
"json-bigint": "^1.0.0",
|
2020-12-30 16:48:16 +08:00
|
|
|
"json-schema-faker": "^0.5.0-rcv.32",
|
|
|
|
"json5": "^2.1.3",
|
2021-05-26 18:30:29 +08:00
|
|
|
"jsondiffpatch": "^0.4.1",
|
2022-02-25 10:16:08 +08:00
|
|
|
"jsoneditor": "^9.5.6",
|
2021-03-24 13:23:53 +08:00
|
|
|
"jsonpath": "^1.1.0",
|
2022-02-25 10:16:08 +08:00
|
|
|
"jspdf": "^2.3.1",
|
2021-03-24 13:23:53 +08:00
|
|
|
"lodash.isboolean": "^3.0.3",
|
|
|
|
"lodash.isempty": "^4.4.0",
|
|
|
|
"lodash.isinteger": "^4.0.4",
|
|
|
|
"lodash.isnull": "^3.0.0",
|
|
|
|
"lodash.isnumber": "^3.0.3",
|
|
|
|
"lodash.isobject": "^3.0.2",
|
|
|
|
"lodash.isstring": "^4.0.1",
|
2022-09-28 18:25:49 +08:00
|
|
|
"mavon-editor": "2.10.4",
|
2020-12-22 16:49:47 +08:00
|
|
|
"md5": "^2.3.0",
|
2022-10-10 13:41:39 +08:00
|
|
|
"metersphere-frontend": "file:../../framework/sdk-parent/frontend",
|
2020-12-22 16:49:47 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2022-10-10 13:41:39 +08:00
|
|
|
"normalize.css": "^8.0.1",
|
2020-12-22 16:49:47 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2021-09-02 16:31:30 +08:00
|
|
|
"pdfjs-dist": "2.5.207",
|
2022-10-10 13:41:39 +08:00
|
|
|
"pinia": "^2.0.14",
|
|
|
|
"pinia-plugin-persistedstate": "^1.6.3",
|
2020-12-22 16:49:47 +08:00
|
|
|
"sha.js": "^2.4.11",
|
2022-10-10 13:41:39 +08:00
|
|
|
"vue": "^2.7.3",
|
2020-12-22 16:49:47 +08:00
|
|
|
"vue-calendar-heatmap": "^0.8.4",
|
2021-02-25 13:46:01 +08:00
|
|
|
"vue-clipboard2": "^0.3.1",
|
2021-10-26 16:11:53 +08:00
|
|
|
"vue-echarts": "^6.0.0",
|
2020-12-23 18:27:28 +08:00
|
|
|
"vue-float-action-button": "^0.6.6",
|
2020-02-03 14:01:28 +08:00
|
|
|
"vue-i18n": "^8.15.3",
|
2021-01-13 16:51:02 +08:00
|
|
|
"vue-jsonpath-picker": "^1.1.5",
|
2022-06-18 19:29:19 +08:00
|
|
|
"vue-minder-editor-plus": "1.1.2",
|
2021-01-08 13:29:00 +08:00
|
|
|
"vue-papa-parse": "^2.0.0",
|
2020-12-22 16:49:47 +08:00
|
|
|
"vue-pdf": "^4.2.0",
|
2020-02-12 16:43:38 +08:00
|
|
|
"vue-router": "^3.1.3",
|
2022-06-14 16:13:06 +08:00
|
|
|
"vue-virtual-scroll-list": "^2.3.3",
|
2021-09-02 16:31:30 +08:00
|
|
|
"vue2-ace-editor": "0.0.15",
|
2021-01-22 18:12:05 +08:00
|
|
|
"vuedraggable": "^2.24.3",
|
2020-11-13 09:43:20 +08:00
|
|
|
"xml-js": "^1.6.11",
|
2023-04-11 10:23:51 +08:00
|
|
|
"yan-progress": "^1.0.3",
|
|
|
|
"vue-shepherd": "^0.3.0",
|
|
|
|
"shepherd.js": "^10.0.0"
|
2020-02-03 14:01:28 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-10 13:41:39 +08:00
|
|
|
"@babel/core": "^7.12.16",
|
|
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
|
|
"@vue/cli-plugin-babel": "^5.0.7",
|
|
|
|
"@vue/cli-plugin-eslint": "^5.0.7",
|
|
|
|
"@vue/cli-service": "^5.0.7",
|
|
|
|
"core-js": "^3.19.1",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"sass": "^1.43.4",
|
|
|
|
"sass-loader": "^10.1.1",
|
2022-07-04 15:11:41 +08:00
|
|
|
"svg-sprite-loader": "^6.0.11",
|
2023-05-29 11:52:29 +08:00
|
|
|
"vue-template-compiler": "^2.7.3",
|
|
|
|
"webpack-bundle-analyzer": "^4.8.0"
|
2020-02-03 14:01:28 +08:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
|
|
|
"eslint:recommended"
|
|
|
|
],
|
2022-10-10 13:41:39 +08:00
|
|
|
"parserOptions": {
|
|
|
|
"parser": "@babel/eslint-parser"
|
|
|
|
},
|
2020-03-12 15:57:02 +08:00
|
|
|
"rules": {
|
2020-03-18 18:34:29 +08:00
|
|
|
"vue/no-unused-components": "off",
|
2022-10-10 13:41:39 +08:00
|
|
|
"vue/no-mutating-props": "off",
|
2020-04-23 16:40:04 +08:00
|
|
|
"no-console": "off",
|
2020-06-19 15:18:59 +08:00
|
|
|
"no-unused-vars": "off",
|
|
|
|
"no-unused-expressions": "off",
|
2020-10-29 20:52:16 +08:00
|
|
|
"no-unused-labels": "off",
|
2022-10-10 13:41:39 +08:00
|
|
|
"no-undef": "off",
|
2020-10-29 20:52:16 +08:00
|
|
|
"no-useless-escape": "off"
|
2020-02-03 14:01:28 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
2022-10-10 13:41:39 +08:00
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
2020-02-03 14:01:28 +08:00
|
|
|
]
|
|
|
|
}
|