This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
starlight/package.json
2024-09-21 11:38:00 +02:00

17 lines
No EOL
327 B
JSON

{
"name": "starlight",
"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.28.2",
"astro": "^4.15.3",
"sharp": "^0.32.5"
}
}