jan/website/package.json
2025-08-29 18:09:11 +10:00

24 lines
534 B
JSON

{
"name": "website",
"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.35.1",
"astro": "^5.6.1",
"astro-mermaid": "^1.0.4",
"mermaid": "^11.9.0",
"sharp": "^0.34.3",
"starlight-openapi": "^0.19.1",
"starlight-sidebar-topics": "^0.6.0",
"starlight-theme-rapide": "^0.5.1",
"unist-util-visit": "^5.0.0"
}
}