mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 12:15:51 -04:00
904e8a7e10
- Update agent-core and all workspace packages to 0.1.20260112 - Update tiara submodule with version bump - Update bun.lock for version changes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@opencode-ai/desktop",
|
|
"private": true,
|
|
"version": "0.1.20260112",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"typecheck": "tsgo -b",
|
|
"lint": "prettier --check .",
|
|
"test": "echo 'No tests configured' && exit 0",
|
|
"predev": "bun ./scripts/predev.ts",
|
|
"dev": "vite",
|
|
"build": "bun run typecheck && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/app": "workspace:*",
|
|
"@opencode-ai/ui": "workspace:*",
|
|
"@solid-primitives/storage": "catalog:",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "~2",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"@tauri-apps/plugin-os": "~2",
|
|
"@tauri-apps/plugin-notification": "~2",
|
|
"@tauri-apps/plugin-process": "~2",
|
|
"@tauri-apps/plugin-shell": "~2",
|
|
"@tauri-apps/plugin-store": "~2",
|
|
"@tauri-apps/plugin-updater": "~2",
|
|
"@tauri-apps/plugin-http": "~2",
|
|
"@tauri-apps/plugin-window-state": "~2",
|
|
"solid-js": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/artifact": "4.0.0",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/bun": "catalog:",
|
|
"@typescript/native-preview": "catalog:",
|
|
"typescript": "~5.6.2",
|
|
"vite": "catalog:"
|
|
}
|
|
}
|