From a30e1590901af2b8d3464f472d52921772b9cc1a Mon Sep 17 00:00:00 2001 From: liupopo Date: Thu, 25 May 2023 10:48:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0echarts=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ package.json | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba7a2d8..eab9941 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,6 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser +package-lock.json +node_modules/ monitor-ui/ diff --git a/package.json b/package.json index 3eb3e10..05884a5 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "axios": "^0.24.0", "bpmn-js": "^9.2.2", "core-js": "^2.6.12", + "echarts": "^5.4.2", "ejs": "^2.7.4", "element-ui": "2.15.13", "js-cookie": "2.2.0", @@ -33,8 +34,8 @@ "vue-router": "3.0.6", "vuex": "3.1.0", "vuex-persistedstate": "^4.0.0", - "xcrud": "^0.4.19", - "web-control": "^1.0.2" + "web-control": "^1.0.2", + "xcrud": "^0.4.19" }, "devDependencies": { "@vue/cli-plugin-babel": "4.4.4",