opencode/app/packages/web/package.json

25 lines
575 B
JSON
Raw Normal View History

2025-05-24 02:17:45 +08:00
{
2025-05-27 05:25:06 +08:00
"name": "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-05-27 05:25:06 +08: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",
"ai": "^5.0.0-alpha.2",
"astro": "^5.7.13",
"rehype-autolink-headings": "^7.1.0",
"sharp": "^0.32.5",
"solid-js": "^1.9.7",
"toolbeam-docs-theme": "^0.2.4"
2025-05-24 02:17:45 +08:00
}
}