From efb29dd72dfb4349869d0e7459490309ab47a2c1 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 11:26:57 +0800
Subject: [PATCH] 679

---
 package.json |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 9ef224d..1d69514 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,14 @@
 {
-  "name": "electron-vue-vite",
-  "version": "2.0.0",
+  "name": "sign-tool",
+  "version": "2.2.0",
+  "icon": "public/favicon.ico",
   "main": "dist/electron/main/index.js",
   "author": "",
   "license": "MIT",
   "private": true,
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc --noEmit && vite build && electron-builder"
+    "build": "vite build && electron-builder"
   },
   "engines": {
     "node": ">=14.17.0"
@@ -45,7 +46,11 @@
     "element-plus": "^2.2.6",
     "iconv-lite": "^0.6.3",
     "internet-available": "^1.0.0",
+    "koa": "^2.13.4",
+    "koa-body": "^5.0.0",
+    "koa-router": "^12.0.0",
     "pinia": "^2.0.14",
+    "sound-play": "^1.1.0",
     "stompjs": "^2.3.3",
     "vue-router": "^4.0.16"
   }

--
Gitblit v1.8.0