Hero tagline: "It's not rocket science. (It's celestial mechanics. But now it's just SQL.)" across README, index.mdx, and meta description. Add astro-icon with Lucide icon set, astro-seo-meta, and astro-opengraph-images (blackAndWhite preset, Inter font). Override Starlight Head component to inject og:image and twitter card tags with auto-generated 1200x630 PNG images for all 37 pages.
33 lines
824 B
JSON
33 lines
824 B
JSON
{
|
|
"name": "pg-orbit-docs",
|
|
"type": "module",
|
|
"version": "2026.02.16",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0 --port 3000",
|
|
"build": "astro build",
|
|
"preview": "astro preview --port 3000"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"@fontsource/inter": "^5.0.0",
|
|
"@fontsource/jetbrains-mono": "^5.0.0",
|
|
"@iconify-json/lucide": "^1.2.91",
|
|
"astro": "^5.17.2",
|
|
"astro-icon": "^1.1.5",
|
|
"astro-mermaid": "^1.3.1",
|
|
"astro-opengraph-images": "^1.14.3",
|
|
"astro-seo-meta": "^5.2.0",
|
|
"katex": "^0.16.28",
|
|
"react": "^19.2.4",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"sharp": "^0.33.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|