From f2d679a5cc548beccd5f6dcab7875080a9b96e2d Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期六, 04 二月 2023 09:15:31 +0800
Subject: [PATCH] 45

---
 package.json |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 1d69514..b54bb3a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "sign-tool",
-  "version": "2.2.0",
+  "version": "2.5.1",
   "icon": "public/favicon.ico",
   "main": "dist/electron/main/index.js",
   "author": "",
@@ -19,7 +19,9 @@
     "@vitejs/plugin-vue": "^2.3.3",
     "electron": "^19.0.3",
     "electron-builder": "^23.0.3",
-    "sass": "^1.53.0",
+    "less": "4.1.2",
+    "less-loader": "10.2.0",
+    "sass": "^1.57.1",
     "stylelint": "^14.9.1",
     "stylelint-scss": "^4.2.0",
     "typescript": "^4.7.3",
@@ -49,8 +51,11 @@
     "koa": "^2.13.4",
     "koa-body": "^5.0.0",
     "koa-router": "^12.0.0",
+    "less": "^4.1.3",
+    "node-sass": "^8.0.0",
     "pinia": "^2.0.14",
     "sound-play": "^1.1.0",
+    "speak-tts": "^2.0.8",
     "stompjs": "^2.3.3",
     "vue-router": "^4.0.16"
   }

--
Gitblit v1.8.0