userstyles/docs/package.json
renovate[bot] 096080b6b7
fix(deps): update dependency starlight-links-validator to ^0.18.0 (#1918)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-18 11:47:30 -04:00

28 lines
656 B
JSON

{
"name": "docs",
"private": true,
"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.2",
"@catppuccin/starlight": "^1.0.2",
"astro": "^5.6.1",
"astro-mermaid": "^1.0.4",
"astro-remote": "^0.3.4",
"mermaid": "^11.10.1",
"remark-custom-heading-id": "^2.0.0",
"sharp": "^0.34.2",
"starlight-github-alerts": "^0.1.0",
"starlight-image-zoom": "^0.13.0",
"starlight-links-validator": "^0.18.0",
"yaml": "^2.8.1"
}
}