From e7d86eb84b602d7d2cb1a390dc67fc480f88fc50 Mon Sep 17 00:00:00 2001 From: wyj2080 <1603068044@qq.com> Date: Wed, 8 Apr 2020 14:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E8=A1=A8packageJson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiisoo-ic-ui/package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/kiisoo-ic-ui/package.json b/kiisoo-ic-ui/package.json index b43fb08..23f766a 100644 --- a/kiisoo-ic-ui/package.json +++ b/kiisoo-ic-ui/package.json @@ -8,14 +8,16 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "axios": "^0.19.0", "core-js": "^3.6.4", - "vue": "^2.6.11", - "vuex": "^3.1.1", - "weixin-js-sdk": "^1.4.0-test", + "echarts": "^4.7.0", "moment": "^2.24.0", - "axios": "^0.19.0", + "v-charts": "^1.19.0", + "view-design": "^4.1.2", + "vue": "^2.6.11", "vue-router": "^3.0.1", - "view-design": "^4.1.2" + "vuex": "^3.1.1", + "weixin-js-sdk": "^1.4.0-test" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.3.0",