gr-apollo/docs/package.json
Ryan Malloy 9dc52d1a5b Docs: replace default favicon, add git icon, fix Mermaid direction
- Favicon: MSFN antenna dish with signal arcs (NASA blue/red, dark mode)
- Social icon: generic git-branch replacing GitHub-specific icon
- Mermaid signal chain diagram: flowchart TB for vertical readability
- Add astro-icon (with Lucide icons) and astro-opengraph-images packages
2026-02-21 09:10:07 -07:00

23 lines
489 B
JSON

{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"@iconify-json/lucide": "^1.2.92",
"astro": "^5.6.1",
"astro-icon": "^1.1.5",
"astro-opengraph-images": "^1.14.3",
"mermaid": "^11.12.3",
"rehype-mermaid": "^3.0.0",
"sharp": "^0.34.2"
}
}