cloudaxe-opencode/packages/desktop/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2025-11-22 05:15:01 +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",
"predev": "bun ./scripts/predev.ts",
2025-11-22 05:15:01 +00:00
"dev": "vite",
"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": {
"@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",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-opener": "^2",
"@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",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-store": "~2",
"@tauri-apps/plugin-updater": "~2",
2025-12-19 13:38:33 +00:00
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-window-state": "~2",
"solid-js": "catalog:"
2025-11-22 05:15:01 +00:00
},
"devDependencies": {
"@actions/artifact": "4.0.0",
2025-11-22 05:15:01 +00:00
"@tauri-apps/cli": "^2",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:",
"typescript": "~5.6.2",
"vite": "catalog:"
2025-11-22 05:15:01 +00:00
}
}