mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
This eliminates duplicate package versions that were causing build issues and inconsistent behavior across the monorepo. Dependencies now resolve to single versions through the workspace catalog, making installs faster and more reliable.
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@opencode-ai/web",
|
|
"type": "module",
|
|
"version": "0.15.2",
|
|
"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.4.2",
|
|
"@types/luxon": "3.6.2",
|
|
"ai": "catalog:",
|
|
"astro": "5.7.13",
|
|
"diff": "catalog:",
|
|
"js-base64": "3.7.7",
|
|
"lang-map": "0.4.0",
|
|
"luxon": "catalog:",
|
|
"marked": "15.0.12",
|
|
"marked-shiki": "1.2.1",
|
|
"rehype-autolink-headings": "7.1.0",
|
|
"remeda": "catalog:",
|
|
"sharp": "0.32.5",
|
|
"shiki": "3.4.2",
|
|
"solid-js": "catalog:",
|
|
"toolbeam-docs-theme": "0.4.8"
|
|
},
|
|
"devDependencies": {
|
|
"opencode": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|