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-05-31 08:47:56 +08:00
"name": "@opencode/web",
2025-05-24 02:17:45 +08:00
"type": "module",
2025-08-16 23:00:04 +08:00
"version": "0.5.5",
2025-05-24 02:17:45 +08:00
"scripts": {
2025-05-27 05:25:06 +08:00
"dev": "astro dev",
"dev:remote": "sst shell --stage=dev --target=Web 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": "8.0.2",
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",
"luxon": "3.6.1",
2025-06-06 07:14:35 +08:00
"marked": "15.0.12",
"marked-shiki": "1.2.1",
"rehype-autolink-headings": "7.1.0",
2025-07-16 09:35:32 +08:00
"remeda": "2.26.0",
"sharp": "0.32.5",
"shiki": "3.4.2",
"solid-js": "1.9.7",
2025-07-10 08:24:09 +08:00
"toolbeam-docs-theme": "0.4.3"
},
"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
}
}