From 47f0c0b6986b8dd423e81c77f341c829550e326d Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期一, 30 一月 2023 21:17:19 +0800
Subject: [PATCH] 更新api上传结果
---
package.json | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index 5e0cc35..6ecf114 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,14 @@
{
- "name": "Device-Communication-UI",
- "version": "2.0.0",
+ "name": "sign-tool",
+ "version": "2.5.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"
@@ -18,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",
@@ -45,7 +48,14 @@
"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",
+ "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