crossing the streams
at main 22 lines 525 B view raw
1{ 2 "name": "docs", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro build", 9 "preview": "astro preview", 10 "astro": "astro", 11 "postinstall": "playwright install chromium" 12 }, 13 "dependencies": { 14 "@astrojs/solid-js": "^5.0.1", 15 "@astrojs/starlight": "^0.30.3", 16 "@beoe/rehype-mermaid": "^0.3.0", 17 "@fujocoded/expressive-code-output": "^0.0.1", 18 "astro": "^5.0.2", 19 "playwright": "^1.49.1", 20 "sharp": "^0.32.5" 21 } 22}