mvk/package.json

18 lines
362 B
JSON
Raw Normal View History

2025-07-12 16:00:08 +01:00
{
"name": "mvk",
"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.34.5",
"astro": "^5.6.1",
"sharp": "^0.34.2",
"starlight-heading-badges": "^0.6.0"
2025-07-12 16:00:08 +01:00
}
}