opencode_offline/packages/web/package.json

37 lines
879 B
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-05-27 05:25:06 +08:00
"version": "0.0.1",
2025-05-24 02:17:45 +08:00
"scripts": {
2025-05-27 05:25:06 +08:00
"dev": "astro dev",
"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-06-08 11:46:53 +08:00
"@astrojs/cloudflare": "^12.5.4",
"@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",
"luxon": "3.6.1",
2025-06-06 07:14:35 +08:00
"marked": "15.0.12",
"rehype-autolink-headings": "7.1.0",
"sharp": "0.32.5",
"shiki": "3.4.2",
"solid-js": "1.9.7",
"toolbeam-docs-theme": "0.2.4"
},
"devDependencies": {
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
}
}