opencode_offline/packages/web/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2025-05-24 02:17:45 +08:00
{
2025-10-05 09:33:39 +08:00
"name": "@opencode-ai/web",
2025-05-24 02:17:45 +08:00
"type": "module",
2025-11-12 04:17:36 +08:00
"version": "1.0.58",
2025-05-24 02:17:45 +08:00
"scripts": {
2025-05-27 05:25:06 +08:00
"dev": "astro dev",
2025-09-16 03:38:10 +08:00
"dev:remote": "VITE_API_URL=https://api.opencode.ai astro dev",
2025-05-27 05:25:06 +08:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2025-05-24 02:17:45 +08:00
},
2025-05-24 03:57:33 +08:00
"dependencies": {
2025-08-12 04:12:26 +08:00
"@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:",
2025-06-10 05:42:13 +08:00
"js-base64": "3.7.7",
2025-06-21 03:38:47 +08:00
"lang-map": "0.4.0",
2025-09-19 19:05:05 +08:00
"luxon": "catalog:",
2025-06-06 07:14:35 +08:00
"marked": "15.0.12",
"marked-shiki": "1.2.1",
"rehype-autolink-headings": "7.1.0",
2025-09-19 19:05:05 +08:00
"remeda": "catalog:",
"sharp": "0.32.5",
"shiki": "3.4.2",
2025-08-29 23:58:17 +08:00
"solid-js": "catalog:",
2025-10-09 01:14:38 +08:00
"toolbeam-docs-theme": "0.4.8"
},
"devDependencies": {
2025-06-19 03:34:05 +08:00
"opencode": "workspace:*",
2025-06-08 11:46:53 +08:00
"@types/node": "catalog:",
2025-06-08 11:47:45 +08:00
"typescript": "catalog:"
2025-05-24 02:17:45 +08:00
}
}