{ "name": "starlight-playground", "type": "module", "version": "0.0.1", "private": true, "sideEffects": false, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "devDependencies": {}, "dependencies": { "@astrojs/starlight": "^0.21.1", "@matthiesenxyz/starlight-ghostcms": "workspace:*", "astro": "^4.4.13", "sharp": "^0.33.2" } }