birdcage-docs/package.json

23 lines
481 B
JSON

{
"name": "birdcage-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"astro": "^5.17.2",
"astro-opengraph-images": "^1.14.3",
"sharp": "^0.34.5"
},
"devDependencies": {
"@fontsource/inter": "^5.2.8",
"react": "^19.2.4"
}
}