cloudaxe-opencode/packages/web/package.json

37 lines
879 B
JSON
Raw Normal View History

2025-05-23 18:17:45 +00:00
{
2025-05-31 00:47:56 +00:00
"name": "@opencode/web",
2025-05-23 18:17:45 +00:00
"type": "module",
2025-05-26 21:25:06 +00:00
"version": "0.0.1",
2025-05-23 18:17:45 +00:00
"scripts": {
2025-05-26 21:25:06 +00:00
"dev": "astro dev",
"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-06-08 03:46:53 +00: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-09 21:42:13 +00:00
"js-base64": "3.7.7",
"luxon": "3.6.1",
2025-06-05 23:14:35 +00: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 03:46:53 +00:00
"@types/node": "catalog:",
2025-06-08 03:47:45 +00:00
"typescript": "catalog:"
2025-05-23 18:17:45 +00:00
}
}