mvk/package.json

18 lines
No EOL
362 B
JSON

{
"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"
}
}