{ "name": "@proj-airi/docs", "type": "module", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "build:base": "astro build --base /docs", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.32.5", "@fontsource/quicksand": "^5.2.6", "astro": "^5.5.5", "astro-og-canvas": "^0.7.0", "sharp": "^0.33.5", "starlight-theme-catppuccin": "^2.0.0" } }