2025-11-22 05:15:01 +00:00
|
|
|
{
|
2025-12-23 02:01:16 +00:00
|
|
|
"name": "@opencode-ai/desktop",
|
2025-11-22 05:15:01 +00:00
|
|
|
"private": true,
|
2026-01-01 11:25:32 +00:00
|
|
|
"version": "1.0.223",
|
2025-11-22 05:15:01 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2025-12-10 01:34:07 +00:00
|
|
|
"typecheck": "tsgo -b",
|
2025-12-05 20:39:49 +00:00
|
|
|
"predev": "bun ./scripts/predev.ts",
|
2025-11-22 05:15:01 +00:00
|
|
|
"dev": "vite",
|
2025-12-09 11:13:51 +00:00
|
|
|
"build": "bun run typecheck && vite build",
|
2025-11-22 05:15:01 +00:00
|
|
|
"preview": "vite preview",
|
2025-12-09 12:14:22 +00:00
|
|
|
"tauri": "tauri"
|
2025-11-22 05:15:01 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-23 01:38:50 +00:00
|
|
|
"@opencode-ai/app": "workspace:*",
|
2025-12-17 19:10:57 +00:00
|
|
|
"@solid-primitives/storage": "catalog:",
|
2025-11-22 05:15:01 +00:00
|
|
|
"@tauri-apps/api": "^2",
|
2025-12-05 20:39:49 +00:00
|
|
|
"@tauri-apps/plugin-dialog": "~2",
|
|
|
|
|
"@tauri-apps/plugin-opener": "^2",
|
2025-12-12 15:37:17 +00:00
|
|
|
"@tauri-apps/plugin-os": "~2",
|
2025-12-30 02:54:33 +00:00
|
|
|
"@tauri-apps/plugin-notification": "~2",
|
2025-12-09 09:16:24 +00:00
|
|
|
"@tauri-apps/plugin-process": "~2",
|
2025-12-05 20:39:49 +00:00
|
|
|
"@tauri-apps/plugin-shell": "~2",
|
2025-12-12 08:58:37 +00:00
|
|
|
"@tauri-apps/plugin-store": "~2",
|
2025-12-05 20:39:49 +00:00
|
|
|
"@tauri-apps/plugin-updater": "~2",
|
2025-12-19 13:38:33 +00:00
|
|
|
"@tauri-apps/plugin-http": "~2",
|
2025-12-12 08:58:37 +00:00
|
|
|
"@tauri-apps/plugin-window-state": "~2",
|
2025-12-05 20:39:49 +00:00
|
|
|
"solid-js": "catalog:"
|
2025-11-22 05:15:01 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-05 20:39:49 +00:00
|
|
|
"@actions/artifact": "4.0.0",
|
2025-11-22 05:15:01 +00:00
|
|
|
"@tauri-apps/cli": "^2",
|
2025-12-05 20:39:49 +00:00
|
|
|
"@types/bun": "catalog:",
|
2025-12-09 11:13:51 +00:00
|
|
|
"@typescript/native-preview": "catalog:",
|
2025-12-05 20:39:49 +00:00
|
|
|
"typescript": "~5.6.2",
|
|
|
|
|
"vite": "catalog:"
|
2025-11-22 05:15:01 +00:00
|
|
|
}
|
|
|
|
|
}
|