From 21698c91c9011fbce6fd8b8d6487f9e00ec9bb94 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 26 九月 2022 15:18:59 +0800
Subject: [PATCH] upkoa
---
package.json | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 5e0cc35..1d69514 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,14 @@
{
- "name": "Device-Communication-UI",
- "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