docs2/package.json
{
"name": "httpx-docs-2",
"type": "module",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/starlight": "0.28.4",
"astro": "4.16.8",
"sharp": "0.33.5",
"typescript": "5.6.3"
}
}