Files
github__gh-stack/docs/package.json
T
2026-04-10 03:32:08 -04:00

18 lines
322 B
JSON

{
"name": "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.38.2",
"astro": "^6.0.8",
"sharp": "^0.34.5"
}
}