From a78f6ae9b480f1f86f1a07d551585f5f0cac07fd Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期一, 29 七月 2024 16:48:56 +0800
Subject: [PATCH] feat:新增会话,会话记录模块

---
 package.json |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index ed117d3..12aaa78 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,11 @@
       "prettier --write"
     ]
   },
+  "pnpm": {
+    "overrides": {
+      "@babel/helper-module-imports": "~7.22.15"
+    }
+  },
   "dependencies": {
     "@arco-design/web-vue": "^2.44.7",
     "@vueuse/core": "^9.3.0",
@@ -36,18 +41,20 @@
     "axios": "^0.24.0",
     "dayjs": "^1.11.5",
     "echarts": "^5.4.0",
+    "js-base64": "^3.7.5",
+    "jsencrypt": "^3.3.2",
     "lodash": "^4.17.21",
     "mitt": "^3.0.0",
+    "moment": "^2.30.1",
     "nprogress": "^0.2.0",
     "pinia": "^2.0.23",
     "query-string": "^8.0.3",
+    "sass": "^1.77.8",
     "sortablejs": "^1.15.0",
     "vue": "^3.2.40",
     "vue-echarts": "^6.2.3",
     "vue-i18n": "^9.2.2",
-    "vue-router": "^4.0.14",
-    "js-base64": "^3.7.5",
-    "jsencrypt": "^3.3.2"
+    "vue-router": "^4.0.14"
   },
   "devDependencies": {
     "@arco-plugins/vite-vue": "^1.4.5",

--
Gitblit v1.8.0