summaryrefslogtreecommitdiffhomepage
path: root/packages/web/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-30 20:47:56 -0400
committerDax Raad <[email protected]>2025-05-30 20:48:36 -0400
commitf3da73553c45f17e04b1e77cb13eb0fca714d1bd (patch)
treea24317a19e1ab2a89da50db669dc6894f15d00d1 /packages/web/package.json
parent9a26b3058ffc1023e5c7e54b6d571c903d15888e (diff)
downloadopencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.tar.gz
opencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.zip
sync
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"
+ }
+}