From 204d2a822b78caac40fa7bb394910a21aa0b96c2 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 24 七月 2024 15:43:30 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- package.json | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cfc27fe..69eb0a1 100644 --- a/package.json +++ b/package.json @@ -7,25 +7,38 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", - "electron:dev": "vite && electron" + "electron:dev": "chcp 65001 && vite --config vite.config.electron.js" }, "dependencies": { + "@jitsi/electron-sdk": "^6.0.40", "axios": "^1.7.2", "dayjs": "^1.11.11", + "docx-preview": "^0.3.2", "element-plus": "^2.7.3", "lodash": "^4.17.21", + "mockjs": "^1.1.0", + "pdfjs-dist": "^4.4.168", "pinia": "^2.1.7", + "pinia-plugin-persistedstate": "^3.2.1", "vue": "^3.4.21", - "vue-router": "^4.3.2" + "vue-router": "^4.3.2", + "vue-ueditor-wrap": "^3.0.8", + "worker-loader": "^3.0.8", + "xgplayer": "^3.0.18" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", + "autoprefixer": "^10.4.19", "electron": "^30.0.9", "electron-builder": "^24.13.3", "electron-devtools-installer": "^3.2.0", + "postcss": "^8.4.38", + "sass": "^1.77.4", + "tailwindcss": "^3.4.3", "unplugin-auto-import": "^0.17.6", "unplugin-vue-components": "^0.27.0", "vite": "^5.2.0", - "vite-plugin-electron": "^0.28.7" + "vite-plugin-electron": "^0.28.7", + "vite-plugin-mock": "^3.0.2" } } -- Gitblit v1.8.0