mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
+ 升级rust为1.8版本 + 升级tauri为最新版,以及其他包升级 + 现在构建分为window7和window7以上两种版本 + 优化分享配置弹窗遮盖问题 + 增加uninstall.exe(不会删除日志) + 增加windows.0.48.5.lib + 增加build.bat 内含windows7构建之前的操作
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "easytier-game",
|
|
"private": true,
|
|
"author": "leizi97",
|
|
"description": "A simple network initiator based on Easytier",
|
|
"version": "1.3.7",
|
|
"scripts": {
|
|
"dev": "nuxt dev --dotenv env/.env.dev --host 0.0.0.0",
|
|
"build": "nuxt generate --dotenv env/.env.prod",
|
|
"release": "node zip.js",
|
|
"release-win7": "node zip.js win7"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@element-plus/nuxt": "^1.1.1",
|
|
"@nuxtjs/tailwindcss": "6.13.1",
|
|
"@pinia/nuxt": "0.9.0",
|
|
"@tauri-apps/api": "^2.2.0",
|
|
"@tauri-apps/cli": "2.2.4",
|
|
"@tauri-apps/plugin-cli": "^2.2.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.2.0",
|
|
"@tauri-apps/plugin-fs": "^2.2.0",
|
|
"@tauri-apps/plugin-log": "^2.2.0",
|
|
"@tauri-apps/plugin-shell": "^2.2.0",
|
|
"@tauri-apps/plugin-window-state": "^2.2.0",
|
|
"@tauri-apps/plugin-dialog": "2.2.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vueuse/core": "12.4.0",
|
|
"archiver": "^7.0.1",
|
|
"element-plus": "2.9.3",
|
|
"less": "4.2.1",
|
|
"lodash-es": "^4.17.21",
|
|
"nuxt": "3.15.2",
|
|
"pinia": "^2.3.0",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "3.4.2",
|
|
"prettier-plugin-tailwindcss": "0.6.10",
|
|
"vue-clipboard3": "^2.0.0"
|
|
}
|
|
}
|