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,
|
2025-12-31 22:01:59 +08:00
|
|
|
"version": "1.0.219",
|
2025-11-22 13:15:01 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"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",
|
2025-11-22 13:15:01 +08:00
|
|
|
"dev": "vite",
|
2025-12-09 19:13:51 +08:00
|
|
|
"build": "bun run typecheck && vite build",
|
2025-11-22 13:15:01 +08:00
|
|
|
"preview": "vite preview",
|
2025-12-09 20:14:22 +08:00
|
|
|
"tauri": "tauri"
|
2025-11-22 13:15:01 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-23 09:38:50 +08:00
|
|
|
"@opencode-ai/app": "workspace:*",
|
2025-12-18 03:10:57 +08:00
|
|
|
"@solid-primitives/storage": "catalog:",
|
2025-11-22 13:15:01 +08:00
|
|
|
"@tauri-apps/api": "^2",
|
2025-12-06 04:39:49 +08:00
|
|
|
"@tauri-apps/plugin-dialog": "~2",
|
|
|
|
|
"@tauri-apps/plugin-opener": "^2",
|
2025-12-12 23:37:17 +08:00
|
|
|
"@tauri-apps/plugin-os": "~2",
|
2025-12-30 10:54:33 +08:00
|
|
|
"@tauri-apps/plugin-notification": "~2",
|
2025-12-09 17:16:24 +08:00
|
|
|
"@tauri-apps/plugin-process": "~2",
|
2025-12-06 04:39:49 +08:00
|
|
|
"@tauri-apps/plugin-shell": "~2",
|
2025-12-12 16:58:37 +08:00
|
|
|
"@tauri-apps/plugin-store": "~2",
|
2025-12-06 04:39:49 +08:00
|
|
|
"@tauri-apps/plugin-updater": "~2",
|
2025-12-19 21:38:33 +08:00
|
|
|
"@tauri-apps/plugin-http": "~2",
|
2025-12-12 16:58:37 +08:00
|
|
|
"@tauri-apps/plugin-window-state": "~2",
|
2025-12-06 04:39:49 +08:00
|
|
|
"solid-js": "catalog:"
|
2025-11-22 13:15:01 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-06 04:39:49 +08:00
|
|
|
"@actions/artifact": "4.0.0",
|
2025-11-22 13:15:01 +08:00
|
|
|
"@tauri-apps/cli": "^2",
|
2025-12-06 04:39:49 +08:00
|
|
|
"@types/bun": "catalog:",
|
2025-12-09 19:13:51 +08:00
|
|
|
"@typescript/native-preview": "catalog:",
|
2025-12-06 04:39:49 +08:00
|
|
|
"typescript": "~5.6.2",
|
|
|
|
|
"vite": "catalog:"
|
2025-11-22 13:15:01 +08:00
|
|
|
}
|
|
|
|
|
}
|