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",
|
2025-09-06 18:17:56 +01:00
|
|
|
"sharp": "^0.34.2",
|
|
|
|
|
"starlight-heading-badges": "^0.6.0"
|
2025-07-12 16:00:08 +01:00
|
|
|
}
|
|
|
|
|
}
|