diff options
| author | Jay V <[email protected]> | 2025-05-21 14:24:53 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-05-21 14:24:53 -0400 |
| commit | 6cfcf51752ec8d40104cead0b2602885c77a9c79 (patch) | |
| tree | f34e8adf2b613c6d55e2b833212b04635b138156 /www/package.json | |
| parent | 5f5f9dad877300bab3fe5442ea141551ba89421b (diff) | |
| download | opencode-6cfcf51752ec8d40104cead0b2602885c77a9c79.tar.gz opencode-6cfcf51752ec8d40104cead0b2602885c77a9c79.zip | |
adding docs site
Diffstat (limited to 'www/package.json')
| -rw-r--r-- | www/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/package.json b/www/package.json new file mode 100644 index 000000000..09f48590d --- /dev/null +++ b/www/package.json @@ -0,0 +1,21 @@ +{ + "name": "www", + "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/starlight": "^0.34.3", + "@fontsource/ibm-plex-mono": "^5.2.5", + "astro": "^5.7.13", + "rehype-autolink-headings": "^7.1.0", + "sharp": "^0.32.5", + "toolbeam-docs-theme": "^0.2.3" + } +} |
