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

17 lines
327 B
JSON
Raw Normal View History

2024-09-21 09:38:00 +00:00
{
"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"
}
}