mzws-docs/package.json

17 lines
328 B
JSON
Raw Permalink Normal View History

2024-12-13 17:23:27 +00:00
{
"name": "mzws-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.29.3",
"astro": "^4.16.10",
"sharp": "^0.32.5"
}
}