gr-apollo/docs/package.json
Ryan Malloy a06f5e8dc1 Add Open Graph image generation for all docs pages
Custom renderer with NASA-blue theme, Inter font, signal arc decoration.
Generates 1200x630 PNG per page at build time via astro-opengraph-images.
Head component injects og:image meta tag using getImagePath().
2026-02-21 09:28:45 -07:00

27 lines
575 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"
},
"devDependencies": {
"@fontsource/inter": "^5.2.8",
"react": "^19.2.4"
}
}