2026-01-28 18:30:02 +11:00
|
|
|
{
|
|
|
|
|
"name": "docs-next",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-08-14 22:54:02 -05:00
|
|
|
"@astrojs/starlight": "^0.41.7",
|
2026-07-29 20:53:33 +10:00
|
|
|
"astro": "^7.1.1",
|
2026-07-29 20:48:19 +10:00
|
|
|
"sharp": "^0.35.3",
|
2026-06-21 16:39:34 +10:00
|
|
|
"starlight-image-zoom": "^0.14.2",
|
2026-08-14 22:54:02 -05:00
|
|
|
"starlight-links-validator": "^0.25.3",
|
2026-01-28 19:36:09 +11:00
|
|
|
"starlight-theme-rapide": "^0.5.2"
|
2026-01-28 18:30:02 +11:00
|
|
|
}
|
|
|
|
|
}
|