{ "name": "docs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "postinstall": "playwright install chromium" }, "dependencies": { "@astrojs/solid-js": "^5.0.1", "@astrojs/starlight": "^0.30.3", "@beoe/rehype-mermaid": "^0.3.0", "@fujocoded/expressive-code-output": "^0.0.1", "astro": "^5.0.2", "playwright": "^1.49.1", "sharp": "^0.32.5" } }