2023-11-14 18:09:40 +08:00
|
|
|
{
|
2025-07-28 14:24:15 +08:00
|
|
|
"name": "gxcjmom",
|
2025-07-28 10:13:44 +08:00
|
|
|
"description": "MOM后台管理",
|
2023-11-14 18:09:40 +08:00
|
|
|
"author": "ZR",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vue-cli-service serve",
|
|
|
|
|
"build:prod": "vue-cli-service build",
|
2025-03-10 18:24:53 +08:00
|
|
|
"build:stage": "vue-cli-service build --mode staging",
|
|
|
|
|
"generateAnalyzFile": "webpack --profile --json stats.json",
|
|
|
|
|
"analyz": "webpack-bundle-analyzer --port 8888./dist/stats.json"
|
2023-11-14 18:09:40 +08:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"src/**/*.{js,vue}": [
|
|
|
|
|
"eslint --fix",
|
|
|
|
|
"git add"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@aspnet/signalr": "^1.0.27",
|
|
|
|
|
"@jiaminghi/data-view": "^2.10.0",
|
|
|
|
|
"@microsoft/signalr": "^6.0.23",
|
|
|
|
|
"@riophae/vue-treeselect": "0.4.0",
|
2024-05-16 13:18:06 +08:00
|
|
|
"@vue/composition-api": "^1.7.2",
|
2023-11-14 18:09:40 +08:00
|
|
|
"af-table-column": "^1.0.3",
|
2023-11-30 18:45:29 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2023-11-14 18:09:40 +08:00
|
|
|
"axios": "^0.21.4",
|
2023-11-23 13:53:26 +08:00
|
|
|
"bootstrap": "^5.3.0-alpha1",
|
2023-11-14 18:09:40 +08:00
|
|
|
"clipboard": "2.0.8",
|
|
|
|
|
"core-js": "3.6.5",
|
2024-06-28 15:22:03 +08:00
|
|
|
"dayjs": "^1.11.11",
|
2023-11-27 16:28:29 +08:00
|
|
|
"dhtmlx-gantt": "^8.0.6",
|
2024-05-16 08:49:23 +08:00
|
|
|
"echarts": "^5.5.0",
|
2023-11-14 18:09:40 +08:00
|
|
|
"echarts-gl": "^2.0.8",
|
|
|
|
|
"echarts-wordcloud": "^2.0.0",
|
|
|
|
|
"element-ui": "2.15.6",
|
2025-02-22 14:29:12 +08:00
|
|
|
"exceljs": "^4.4.0",
|
2023-11-14 18:09:40 +08:00
|
|
|
"file-saver": "2.0.1",
|
|
|
|
|
"fuse.js": "3.4.4",
|
|
|
|
|
"highlight.js": "^11.2.0",
|
|
|
|
|
"js-beautify": "1.10.2",
|
|
|
|
|
"js-cookie": "2.2.0",
|
|
|
|
|
"jsencrypt": "3.0.0-rc.1",
|
2024-03-08 08:30:12 +08:00
|
|
|
"kr-print-designer": "^1.1.8",
|
2023-11-14 18:09:40 +08:00
|
|
|
"less-loader": "^6.0.0",
|
|
|
|
|
"mavon-editor": "^2.9.1",
|
2024-03-08 08:30:12 +08:00
|
|
|
"moment": "^2.30.1",
|
2023-11-14 18:09:40 +08:00
|
|
|
"normalize.css": "7.0.0",
|
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
|
"path-to-regexp": "2.4.0",
|
2024-03-21 10:35:06 +08:00
|
|
|
"print-js": "^1.6.0",
|
2023-11-14 18:09:40 +08:00
|
|
|
"quill": "1.3.7",
|
|
|
|
|
"save": "^2.9.0",
|
|
|
|
|
"screenfull": "4.2.0",
|
|
|
|
|
"sortablejs": "1.8.4",
|
|
|
|
|
"vue": "2.6.12",
|
|
|
|
|
"vue-count-to": "1.0.13",
|
|
|
|
|
"vue-cropper": "0.4.9",
|
2023-11-16 19:14:18 +08:00
|
|
|
"vue-easytable": "^2.27.1",
|
2024-05-16 13:18:06 +08:00
|
|
|
"vue-echarts": "^6.7.2",
|
2024-03-21 10:35:06 +08:00
|
|
|
"vue-qr": "^4.0.9",
|
2023-11-14 18:09:40 +08:00
|
|
|
"vue-router": "3.4.9",
|
|
|
|
|
"vue-seamless-scroll": "^1.1.23",
|
2023-11-22 10:44:32 +08:00
|
|
|
"vuedraggable": "^2.20.0",
|
2023-11-14 18:09:40 +08:00
|
|
|
"vuex": "3.6.0",
|
2024-01-23 17:32:26 +08:00
|
|
|
"vxe-table": "^3.7.8",
|
2025-02-22 14:29:12 +08:00
|
|
|
"vxe-table-plugin-export-xlsx": "legacy",
|
2024-01-15 20:04:17 +08:00
|
|
|
"xe-utils": "^3.5.11",
|
2025-07-28 14:21:46 +08:00
|
|
|
"xlsx": "^0.18.5"
|
2023-11-14 18:09:40 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-02 17:54:39 +08:00
|
|
|
"@mdi/font": "^7.4.47",
|
2023-11-14 18:09:40 +08:00
|
|
|
"@vue/cli-plugin-babel": "4.4.4",
|
|
|
|
|
"@vue/cli-plugin-eslint": "4.4.4",
|
|
|
|
|
"@vue/cli-service": "4.4.4",
|
|
|
|
|
"babel-eslint": "10.1.0",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
|
|
|
"chalk": "4.1.0",
|
|
|
|
|
"connect": "3.6.6",
|
|
|
|
|
"eslint": "6.7.2",
|
|
|
|
|
"eslint-plugin-vue": "6.2.2",
|
|
|
|
|
"lint-staged": "8.1.5",
|
|
|
|
|
"runjs": "4.4.2",
|
|
|
|
|
"sass": "1.32.13",
|
|
|
|
|
"sass-loader": "10.1.0",
|
|
|
|
|
"script-ext-html-webpack-plugin": "2.1.3",
|
2024-03-08 08:30:12 +08:00
|
|
|
"stylus": "^0.54.5",
|
|
|
|
|
"stylus-loader": "^3.0.2",
|
2023-11-14 18:09:40 +08:00
|
|
|
"svg-sprite-loader": "4.1.3",
|
2025-03-10 18:24:53 +08:00
|
|
|
"vue-template-compiler": "2.6.12",
|
|
|
|
|
"webpack-bundle-analyzer": "^4.10.2"
|
2023-11-14 18:09:40 +08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.9",
|
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"> 1%",
|
|
|
|
|
"last 2 versions"
|
|
|
|
|
]
|
|
|
|
|
}
|