summaryrefslogtreecommitdiffhomepage
path: root/packages/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/package.json')
-rw-r--r--packages/web/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/web/package.json b/packages/web/package.json
new file mode 100644
index 000000000..33b3dc4d2
--- /dev/null
+++ b/packages/web/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "@opencode/web",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "start": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@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": "^5.0.0-alpha.2",
+ "astro": "^5.7.13",
+ "diff": "^8.0.2",
+ "luxon": "^3.6.1",
+ "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"
+ }
+}