mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 18:55:37 -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>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@opencode-ai/web",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"version": "0.1.20260112",
|
|
"scripts": {
|
|
"typecheck": "echo 'Astro handles typechecking' && exit 0",
|
|
"lint": "prettier --check .",
|
|
"test": "echo 'No tests configured' && exit 0",
|
|
"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.4.2",
|
|
"@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"
|
|
},
|
|
"devDependencies": {
|
|
"agent-core": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|