forked from catppuccin/userstyles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) 路 696 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) 路 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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-auto-sidebar": "^0.2.0",
"starlight-github-alerts": "^0.1.0",
"starlight-image-zoom": "^0.13.0",
"starlight-links-validator": "^0.18.0",
"yaml": "^2.8.1"
}
}