{ "name": "docs", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "astro dev --port 4321", "start": "astro dev --port 4321", "build": "astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/starlight": "^0.30.0", "@managemate/css": "workspace:*", "@managemate/icons": "workspace:*", "astro": "^5.0.0", "sharp": "^0.33.0" } }