{ "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", "astro": "^5.17.2", "astro-mermaid": "^1.3.1", "katex": "^0.16.28", "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" } }