Trimmed monorepo checkout (fluxer_desktop + packages/voice_engine_v2 + tools/ci) with a "Connect to a Different Server" menu item and popout that lets the desktop app switch to any self-hosted Fluxer instance, plus fixes for well-known discovery on single-domain self-hosted deployments and a false-positive ERR_ABORTED on same-origin client redirects during the switch. Defaults to chat.fluxr.chat and uses an isolated userData directory from the official build.
67 lines
2.6 KiB
JSON
67 lines
2.6 KiB
JSON
{
|
|
"name": "fluxer_desktop",
|
|
"version": "0.0.0",
|
|
"description": "Instant messaging and VoIP application",
|
|
"homepage": "https://fluxer.app",
|
|
"author": "Fluxer Platform AB <support@fluxer.app>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/main/index.js",
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"set-channel": "cargo run --manifest-path ../tools/ci/Cargo.toml -- build-desktop --step set_build_channel",
|
|
"test": "cargo test --manifest-path native/rust/Cargo.toml",
|
|
"typecheck": "tsgo --noEmit",
|
|
"test:native-media": "node scripts/native-media-integration.mjs",
|
|
"test:native-media:strict": "node scripts/native-media-integration.mjs --strict"
|
|
},
|
|
"dependencies": {
|
|
"@fluxer/voice_engine_v2": "workspace:*",
|
|
"@simplewebauthn/browser": "13.2.2",
|
|
"franc-min": "6.2.0",
|
|
"hunspell-asm": "4.0.2",
|
|
"update-electron-app": "3.1.2",
|
|
"velopack": "0.0.1298"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.10.9",
|
|
"@typescript/native-preview": "7.0.0-dev.20260130.1",
|
|
"electron": "41.2.2",
|
|
"electron-builder": "26.9.0",
|
|
"esbuild": "0.27.2",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"knip": {
|
|
"ignoreDependencies": [
|
|
"electron-builder"
|
|
]
|
|
},
|
|
"optionalDependencies": {
|
|
"@fluxer/linux-audio-capture": "file:./native/linux-audio-capture",
|
|
"@fluxer/linux-evdev": "file:./native/linux-evdev",
|
|
"@fluxer/linux-input-hook": "file:./native/linux-input-hook",
|
|
"@fluxer/linux-notifications": "file:./native/linux-notifications",
|
|
"@fluxer/linux-portals": "file:./native/linux-portals",
|
|
"@fluxer/linux-screen-capture": "file:./native/linux-screen-capture",
|
|
"@fluxer/mac-app-audio": "file:./native/mac-app-audio",
|
|
"@fluxer/mac-clipboard": "file:./native/mac-clipboard",
|
|
"@fluxer/mac-screen-capture": "file:./native/mac-screen-capture",
|
|
"@fluxer/mac-sysctl": "file:./native/mac-sysctl",
|
|
"@fluxer/mac-tcc": "file:./native/mac-tcc",
|
|
"@fluxer/macos-input-hook": "file:./native/macos-input-hook",
|
|
"@fluxer/platform-info": "file:./native/platform-info",
|
|
"@fluxer/system-hunspell": "file:./native/system-hunspell",
|
|
"@fluxer/webauthn": "file:./native/webauthn",
|
|
"@fluxer/webrtc-sender": "file:./native/webrtc-sender",
|
|
"@fluxer/win-clipboard": "file:./native/win-clipboard",
|
|
"@fluxer/win-shell": "file:./native/win-shell",
|
|
"@fluxer/win-toast": "file:./native/win-toast",
|
|
"@fluxer/win-game-capture": "file:./native/win-game-capture",
|
|
"@fluxer/win-process-loopback": "file:./native/win-process-loopback",
|
|
"@fluxer/windows-input-hook": "file:./native/windows-input-hook",
|
|
"electron-log": "5.4.3",
|
|
"node-mac-permissions": "2.5.0"
|
|
}
|
|
}
|