mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@opencode-ai/desktop",
|
|
"private": true,
|
|
"version": "1.1.48",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"typecheck": "tsgo -b",
|
|
"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/i18n": "2.2.1",
|
|
"@solid-primitives/storage": "catalog:",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-deep-link": "~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:"
|
|
}
|
|
}
|