feat: 新增插件依赖

This commit is contained in:
DEV_DSW
2025-12-09 14:21:17 +08:00
parent 15f69bc36c
commit 760ee8c83e
13 changed files with 853 additions and 749 deletions

View File

@@ -5,7 +5,7 @@
"description": "My Electron application description",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"start": "dotenv -e .env -- electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
@@ -30,11 +30,10 @@
"@electron-forge/plugin-fuses": "^7.10.2",
"@electron-forge/plugin-vite": "^7.10.2",
"@electron/fuses": "^1.8.0",
"@tailwindcss/postcss": "^4.1.14",
"@tailwindcss/vite": "^4.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.2.4",
"autoprefixer": "^10.4.21",
@@ -42,17 +41,17 @@
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.6.0",
"postcss": "^8.5.6",
"sass-embedded": "^1.89.1",
"tailwindcss": "^3.4.18",
"typescript": "~4.5.4",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"unplugin-auto-import": "^20.3.0",
"vite": "^7.1.9",
"vue-eslint-parser": "^10.2.0"
"vite": "^7.1.9"
},
"dependencies": {
"@remixicon/vue": "^4.7.0",
"@vueuse/core": "^14.1.0",
"dotenv-cli": "^11.0.0",
"electron-log": "^5.4.3",
"axios": "^1.12.2",
"bytenode": "^1.5.7",
"crypto": "^1.0.1",
@@ -62,6 +61,8 @@
"log4js": "^6.9.1",
"pinia": "^2.3.1",
"vue": "^3.5.22",
"vue-i18n": "^11.1.9",
"vue-markdown-render": "^2.3.0",
"vue-router": "^4.5.1"
}
}