2025-05-23 18:17:45 +00:00
|
|
|
{
|
2025-10-05 01:33:39 +00:00
|
|
|
"name": "@opencode-ai/web",
|
2025-05-23 18:17:45 +00:00
|
|
|
"type": "module",
|
2026-01-02 22:29:09 +00:00
|
|
|
"license": "MIT",
|
2026-07-28 08:36:55 +00:00
|
|
|
"version": "1.18.8",
|
2025-05-23 18:17:45 +00:00
|
|
|
"scripts": {
|
2025-05-26 21:25:06 +00:00
|
|
|
"dev": "astro dev",
|
2025-09-15 19:38:10 +00:00
|
|
|
"dev:remote": "VITE_API_URL=https://api.opencode.ai astro dev",
|
2025-05-26 21:25:06 +00:00
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
2025-05-23 18:17:45 +00:00
|
|
|
},
|
2025-05-23 19:57:33 +00:00
|
|
|
"dependencies": {
|
2025-08-11 20:12:26 +00:00
|
|
|
"@astrojs/cloudflare": "12.6.3",
|
2025-05-31 01:56:37 +00:00
|
|
|
"@astrojs/markdown-remark": "6.3.1",
|
|
|
|
|
"@astrojs/solid-js": "5.1.0",
|
|
|
|
|
"@astrojs/starlight": "0.34.3",
|
|
|
|
|
"@fontsource/ibm-plex-mono": "5.2.5",
|
2026-02-09 17:34:35 +00:00
|
|
|
"@shikijs/transformers": "3.20.0",
|
2026-04-02 09:24:10 +00:00
|
|
|
"@solid-primitives/resize-observer": "2.1.5",
|
2025-11-22 01:41:27 +00:00
|
|
|
"@types/luxon": "catalog:",
|
2025-05-31 01:56:37 +00:00
|
|
|
"ai": "catalog:",
|
|
|
|
|
"astro": "5.7.13",
|
2025-10-14 05:23:46 +00:00
|
|
|
"diff": "catalog:",
|
2025-06-09 21:42:13 +00:00
|
|
|
"js-base64": "3.7.7",
|
2025-06-20 19:38:47 +00:00
|
|
|
"lang-map": "0.4.0",
|
2025-09-19 11:05:05 +00:00
|
|
|
"luxon": "catalog:",
|
2025-12-24 11:55:28 +00:00
|
|
|
"marked": "catalog:",
|
|
|
|
|
"marked-shiki": "catalog:",
|
2025-05-31 01:56:37 +00:00
|
|
|
"rehype-autolink-headings": "7.1.0",
|
2025-09-19 11:05:05 +00:00
|
|
|
"remeda": "catalog:",
|
2025-12-23 10:08:42 +00:00
|
|
|
"shiki": "catalog:",
|
2025-08-29 15:58:17 +00:00
|
|
|
"solid-js": "catalog:",
|
2026-02-09 17:34:35 +00:00
|
|
|
"toolbeam-docs-theme": "0.4.8",
|
|
|
|
|
"vscode-languageserver-types": "3.17.5"
|
2025-05-31 01:56:37 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-06-08 03:46:53 +00:00
|
|
|
"@types/node": "catalog:",
|
2026-02-09 17:34:35 +00:00
|
|
|
"@astrojs/check": "0.9.6",
|
2025-06-08 03:47:45 +00:00
|
|
|
"typescript": "catalog:"
|
2025-05-23 18:17:45 +00:00
|
|
|
}
|
|
|
|
|
}
|