|
@@ -23,7 +23,8 @@
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
|
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
|
"lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
"lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
- "lint:lint-staged": "lint-staged -c "
|
|
|
|
|
|
+ "lint:lint-staged": "lint-staged -c ",
|
|
|
|
+ "start": "pm2 start ecosystem.config.js"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
@@ -42,6 +43,7 @@
|
|
"benz-amr-recorder": "^1.1.5",
|
|
"benz-amr-recorder": "^1.1.5",
|
|
"bpmn-js-token-simulation": "^0.10.0",
|
|
"bpmn-js-token-simulation": "^0.10.0",
|
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
|
|
+ "cors": "^2.8.5",
|
|
"cropperjs": "^1.6.1",
|
|
"cropperjs": "^1.6.1",
|
|
"crypto-js": "^4.2.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.10",
|
|
"dayjs": "^1.11.10",
|
|
@@ -50,6 +52,7 @@
|
|
"echarts": "^5.5.0",
|
|
"echarts": "^5.5.0",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"element-plus": "2.6.1",
|
|
"element-plus": "2.6.1",
|
|
|
|
+ "express": "^5.1.0",
|
|
"fast-xml-parser": "^4.3.2",
|
|
"fast-xml-parser": "^4.3.2",
|
|
"highlight.js": "^11.9.0",
|
|
"highlight.js": "^11.9.0",
|
|
"js-base64": "^3.7.7",
|
|
"js-base64": "^3.7.7",
|