mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
9824d0adaa
Some checks are pending
EasyTier Core / pre_job (push) Waiting to run
EasyTier Core / build (freebsd-13.2-x86_64, 13.2, ubuntu-latest, x86_64-unknown-freebsd) (push) Blocked by required conditions
EasyTier Core / build (linux-aarch64, ubuntu-latest, aarch64-unknown-linux-musl) (push) Blocked by required conditions
EasyTier Core / build (linux-arm, ubuntu-latest, arm-unknown-linux-musleabi) (push) Blocked by required conditions
EasyTier Core / build (linux-armhf, ubuntu-latest, arm-unknown-linux-musleabihf) (push) Blocked by required conditions
EasyTier Core / build (linux-armv7, ubuntu-latest, armv7-unknown-linux-musleabi) (push) Blocked by required conditions
EasyTier Core / build (linux-armv7hf, ubuntu-latest, armv7-unknown-linux-musleabihf) (push) Blocked by required conditions
EasyTier Core / build (linux-mips, ubuntu-latest, mips-unknown-linux-musl) (push) Blocked by required conditions
EasyTier Core / build (linux-mipsel, ubuntu-latest, mipsel-unknown-linux-musl) (push) Blocked by required conditions
EasyTier Core / build (linux-x86_64, ubuntu-latest, x86_64-unknown-linux-musl) (push) Blocked by required conditions
EasyTier Core / build (macos-aarch64, macos-latest, aarch64-apple-darwin) (push) Blocked by required conditions
EasyTier Core / build (macos-x86_64, macos-latest, x86_64-apple-darwin) (push) Blocked by required conditions
EasyTier Core / build (windows-x86_64, windows-latest, x86_64-pc-windows-msvc) (push) Blocked by required conditions
EasyTier Core / core-result (push) Blocked by required conditions
EasyTier GUI / pre_job (push) Waiting to run
EasyTier GUI / build-gui (linux-aarch64, aarch64-unknown-linux-gnu, ubuntu-latest, aarch64-unknown-linux-musl) (push) Blocked by required conditions
EasyTier GUI / build-gui (linux-x86_64, x86_64-unknown-linux-gnu, ubuntu-latest, x86_64-unknown-linux-musl) (push) Blocked by required conditions
EasyTier GUI / build-gui (macos-aarch64, aarch64-apple-darwin, macos-latest, aarch64-apple-darwin) (push) Blocked by required conditions
EasyTier GUI / build-gui (macos-x86_64, x86_64-apple-darwin, macos-latest, x86_64-apple-darwin) (push) Blocked by required conditions
EasyTier GUI / build-gui (windows-x86_64, x86_64-pc-windows-msvc, windows-latest, x86_64-pc-windows-msvc) (push) Blocked by required conditions
EasyTier GUI / gui-result (push) Blocked by required conditions
EasyTier Mobile / pre_job (push) Waiting to run
EasyTier Mobile / build-mobile (android, ubuntu-latest, android) (push) Blocked by required conditions
EasyTier Mobile / mobile-result (push) Blocked by required conditions
EasyTier Test / pre_job (push) Waiting to run
EasyTier Test / test (push) Blocked by required conditions
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "easytier-gui",
|
|
"type": "module",
|
|
"version": "2.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"lint": "eslint . --ignore-pattern src-tauri",
|
|
"lint:fix": "eslint . --ignore-pattern src-tauri --fix"
|
|
},
|
|
"dependencies": {
|
|
"@primevue/themes": "^4.1.0",
|
|
"@tauri-apps/plugin-autostart": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-os": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-process": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
|
|
"@vueuse/core": "^11.1.0",
|
|
"aura": "link:@primevue\\themes\\aura",
|
|
"ip-num": "1.5.1",
|
|
"pinia": "^2.2.4",
|
|
"primeflex": "^3.3.1",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.1.0",
|
|
"tauri-plugin-vpnservice-api": "link:..\\tauri-plugin-vpnservice",
|
|
"vue": "^3.5.11",
|
|
"vue-i18n": "^10.0.4",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^3.7.3",
|
|
"@intlify/unplugin-vue-i18n": "^5.2.0",
|
|
"@primevue/auto-import-resolver": "^4.1.0",
|
|
"@tauri-apps/api": "2.0.0-rc.0",
|
|
"@tauri-apps/cli": "2.0.0-rc.3",
|
|
"@types/node": "^22.7.4",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vue-macros/volar": "0.30.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.12.0",
|
|
"eslint-plugin-format": "^0.1.2",
|
|
"internal-ip": "^8.0.0",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.6.2",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"unplugin-vue-macros": "^2.12.3",
|
|
"unplugin-vue-markdown": "^0.26.2",
|
|
"unplugin-vue-router": "^0.10.8",
|
|
"uuid": "^10.0.0",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-vue-devtools": "^7.4.6",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vue-i18n": "^10.0.0",
|
|
"vue-tsc": "^2.1.6"
|
|
},
|
|
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
|
|
}
|