From bed99d5cea4963f31277c57d008a8205656a97c0 Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期六, 25 二月 2023 14:57:15 +0800
Subject: [PATCH] 45
---
package.json | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index e7b2a80..3b6a059 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,14 @@
{
"name": "sign-tool",
- "version": "2.1.0",
- "icon":"public/favicon.ico",
+ "version": "2.5.2",
+ "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"
@@ -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",
@@ -46,8 +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