mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 07:20:27 +00:00
adding docs site
This commit is contained in:
parent
5f5f9dad87
commit
6cfcf51752
18 changed files with 1512 additions and 0 deletions
21
www/package.json
Normal file
21
www/package.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue