From bf1ab1257da014a702119827dad69c3ea5f74591 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 07 十一月 2023 10:28:13 +0800
Subject: [PATCH] Merge branch 'dev' into songshankun/refactor-new-style
---
package.json | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index e5cd1da..9360d7f 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.5.0",
+ "@xstate/vue": "^2.0.0",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"element-plus": "^2.4.1",
@@ -22,9 +23,12 @@
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-hooks-plus": "^1.8.5",
- "vue-router": "^4.2.5"
+ "vue-router": "^4.2.5",
+ "xstate": "^4.38.3"
},
"devDependencies": {
+ "@iconify-json/bx": "^1.1.7",
+ "@iconify-json/material-symbols-light": "^1.1.0",
"@iconify-json/mdi": "^1.1.55",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
--
Gitblit v1.8.0