mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
Some checks failed
deploy / deploy (push) Waiting to run
docs-locale-sync / sync-locales (push) Waiting to run
generate / generate (push) Waiting to run
nix-eval / nix-eval (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Waiting to run
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Waiting to run
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Waiting to run
nix-hashes / update-hashes (push) Blocked by required conditions
publish / version (push) Waiting to run
publish / build-cli (push) Blocked by required conditions
publish / sign-cli-windows (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-8vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:windows-2025 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / publish (push) Blocked by required conditions
storybook / storybook build (push) Waiting to run
test / unit (linux) (push) Waiting to run
test / unit (windows) (push) Waiting to run
test / e2e (linux) (push) Waiting to run
test / e2e (windows) (push) Waiting to run
typecheck / typecheck (push) Waiting to run
containers / build (push) Has been cancelled
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@opencode-ai/web",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"version": "1.3.7",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"dev:remote": "VITE_API_URL=https://api.opencode.ai astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "12.6.3",
|
|
"@astrojs/markdown-remark": "6.3.1",
|
|
"@astrojs/solid-js": "5.1.0",
|
|
"@astrojs/starlight": "0.34.3",
|
|
"@fontsource/ibm-plex-mono": "5.2.5",
|
|
"@shikijs/transformers": "3.20.0",
|
|
"@types/luxon": "catalog:",
|
|
"ai": "catalog:",
|
|
"astro": "5.7.13",
|
|
"diff": "catalog:",
|
|
"js-base64": "3.7.7",
|
|
"lang-map": "0.4.0",
|
|
"luxon": "catalog:",
|
|
"marked": "catalog:",
|
|
"marked-shiki": "catalog:",
|
|
"rehype-autolink-headings": "7.1.0",
|
|
"remeda": "catalog:",
|
|
"shiki": "catalog:",
|
|
"solid-js": "catalog:",
|
|
"toolbeam-docs-theme": "0.4.8",
|
|
"vscode-languageserver-types": "3.17.5"
|
|
},
|
|
"devDependencies": {
|
|
"opencode": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"@astrojs/check": "0.9.6",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|