mirror of
https://github.com/catppuccin/userstyles.git
synced 2026-02-19 15:42:52 +08:00
28 lines
656 B
JSON
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"
|
|
}
|
|
}
|