2025-11-22 13:15:01 +08:00
|
|
|
{
|
2025-12-23 10:01:16 +08:00
|
|
|
"name": "@opencode-ai/desktop",
|
2025-11-22 13:15:01 +08:00
|
|
|
"private": true,
|
2026-06-21 08:03:08 +08:00
|
|
|
"version": "1.17.9",
|
2025-11-22 13:15:01 +08:00
|
|
|
"type": "module",
|
2026-01-03 06:29:09 +08:00
|
|
|
"license": "MIT",
|
2026-05-05 13:43:36 +08:00
|
|
|
"homepage": "https://opencode.ai",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "OpenCode",
|
|
|
|
|
"email": "hello@opencode.ai"
|
|
|
|
|
},
|
2025-11-22 13:15:01 +08:00
|
|
|
"scripts": {
|
2025-12-10 09:34:07 +08:00
|
|
|
"typecheck": "tsgo -b",
|
2025-12-06 04:39:49 +08:00
|
|
|
"predev": "bun ./scripts/predev.ts",
|
2026-05-05 13:43:36 +08:00
|
|
|
"dev": "electron-vite dev",
|
|
|
|
|
"prebuild": "bun ./scripts/prebuild.ts",
|
|
|
|
|
"build": "electron-vite build",
|
|
|
|
|
"preview": "electron-vite preview",
|
|
|
|
|
"package": "electron-builder --config electron-builder.config.ts",
|
|
|
|
|
"package:mac": "electron-builder --mac --config electron-builder.config.ts",
|
|
|
|
|
"package:win": "electron-builder --win --config electron-builder.config.ts",
|
|
|
|
|
"package:linux": "electron-builder --linux --config electron-builder.config.ts",
|
|
|
|
|
"native:build": "bun install --cwd native"
|
2025-11-22 13:15:01 +08:00
|
|
|
},
|
2026-05-05 13:43:36 +08:00
|
|
|
"main": "./out/main/index.js",
|
2025-11-22 13:15:01 +08:00
|
|
|
"dependencies": {
|
2026-05-21 12:55:23 +08:00
|
|
|
"@zip.js/zip.js": "2.7.62",
|
2026-05-05 13:43:36 +08:00
|
|
|
"effect": "catalog:",
|
|
|
|
|
"electron-context-menu": "4.1.2",
|
|
|
|
|
"electron-log": "^5",
|
2026-06-10 07:34:35 +08:00
|
|
|
"electron-store": "11.0.2",
|
|
|
|
|
"electron-updater": "6.8.9",
|
2026-05-05 13:43:36 +08:00
|
|
|
"electron-window-state": "^5.0.3",
|
|
|
|
|
"marked": "^15"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@actions/artifact": "4.0.0",
|
|
|
|
|
"@lydell/node-pty": "catalog:",
|
2025-12-23 09:38:50 +08:00
|
|
|
"@opencode-ai/app": "workspace:*",
|
2026-01-07 15:35:32 +08:00
|
|
|
"@opencode-ai/ui": "workspace:*",
|
2026-05-01 11:56:31 +08:00
|
|
|
"@sentry/solid": "catalog:",
|
2026-05-05 13:43:36 +08:00
|
|
|
"@sentry/vite-plugin": "catalog:",
|
2026-01-28 05:00:17 +08:00
|
|
|
"@solid-primitives/i18n": "2.2.1",
|
2025-12-18 03:10:57 +08:00
|
|
|
"@solid-primitives/storage": "catalog:",
|
2026-05-05 13:43:36 +08:00
|
|
|
"@solidjs/meta": "catalog:",
|
|
|
|
|
"@solidjs/router": "0.15.4",
|
2025-12-06 04:39:49 +08:00
|
|
|
"@types/bun": "catalog:",
|
2026-05-05 13:43:36 +08:00
|
|
|
"@types/node": "catalog:",
|
2025-12-09 19:13:51 +08:00
|
|
|
"@typescript/native-preview": "catalog:",
|
2026-05-05 13:43:36 +08:00
|
|
|
"@valibot/to-json-schema": "1.6.0",
|
2026-06-10 07:34:35 +08:00
|
|
|
"electron": "42.3.3",
|
2026-06-10 13:49:11 +08:00
|
|
|
"electron-builder": "26.15.2",
|
2026-05-05 13:43:36 +08:00
|
|
|
"electron-vite": "^5",
|
|
|
|
|
"solid-js": "catalog:",
|
|
|
|
|
"sury": "11.0.0-alpha.4",
|
2025-12-06 04:39:49 +08:00
|
|
|
"typescript": "~5.6.2",
|
2026-05-05 13:43:36 +08:00
|
|
|
"vite": "catalog:",
|
|
|
|
|
"zod-openapi": "5.4.6"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2026-05-29 08:35:20 +08:00
|
|
|
"@lydell/node-pty-darwin-arm64": "1.2.0-beta.12",
|
|
|
|
|
"@lydell/node-pty-darwin-x64": "1.2.0-beta.12",
|
|
|
|
|
"@lydell/node-pty-linux-arm64": "1.2.0-beta.12",
|
|
|
|
|
"@lydell/node-pty-linux-x64": "1.2.0-beta.12",
|
|
|
|
|
"@lydell/node-pty-win32-arm64": "1.2.0-beta.12",
|
|
|
|
|
"@lydell/node-pty-win32-x64": "1.2.0-beta.12",
|
2026-05-06 16:37:10 +08:00
|
|
|
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
|
|
|
"@parcel/watcher-darwin-x64": "2.5.1",
|
|
|
|
|
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
|
|
|
"@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
|
|
|
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
|
|
|
"@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
|
|
|
"@parcel/watcher-win32-arm64": "2.5.1",
|
|
|
|
|
"@parcel/watcher-win32-x64": "2.5.1"
|
2025-11-22 13:15:01 +08:00
|
|
|
}
|
|
|
|
|
}
|