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().
27 lines
575 B
JSON
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"
|
|
}
|
|
}
|