mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"name": "@hctv/docs",
|
|
"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.38.4",
|
|
"@catppuccin/starlight": "^2.0.1",
|
|
"astro": "^6.3.3",
|
|
"astro-mermaid": "^2.0.1",
|
|
"mermaid": "^11.14.0",
|
|
"sharp": "^0.34.5",
|
|
"starlight-typedoc": "^0.21.5",
|
|
"typedoc": "^0.28.19",
|
|
"typedoc-plugin-markdown": "^4.11.0"
|
|
}
|
|
}
|