{ "name": "streamplace-docs", "type": "module", "version": "0.9.9", "scripts": { "dev": "astro dev --host 0.0.0.0 --port 38082", "start": "astro dev --host 0.0.0.0 --port 38082", "build": "astro build && rm -rf ../app/dist/docs && mkdir -p ../app/dist && cp -r dist ../app/dist/docs", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.34.1", "@fontsource/atkinson-hyperlegible-next": "^5.2.2", "@streamplace/app": "workspace:*", "astro": "^5.6.1", "sharp": "^0.32.5", "starlight-links-validator": "^0.19.2", "starlight-openapi": "^0.17.0", "starlight-openapi-rapidoc": "^0.8.1-beta", "starlight-sidebar-swipe": "^0.1.1", "streamplace": "workspace:*" }, "devDependencies": { "starlight-sidebar-topics": "^0.6.2" } }