docs/package.json
2024-12-18 01:05:54 +00:00

17 lines
No EOL
317 B
JSON

{
"name": "",
"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.30.2",
"astro": "^5.0.2",
"sharp": "^0.32.5"
}
}