Files
opencode/packages/web/package.json
T
Artur Do Lago 904e8a7e10 chore: bump all packages to version 0.1.20260112
- 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>
2026-01-20 13:09:32 +01:00

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:"
}
}