-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 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
29
{
"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/mdx": "^4.3.5",
"@astrojs/partytown": "^2.1.4",
"@astrojs/starlight": "^0.36.0",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@fujocoded/expressive-code-caption": "^0.0.3",
"@fujocoded/expressive-code-output": "^0.0.1",
"astro": "^5.13.7",
"astro-embed": "^0.9.0",
"expressive-code-color-chips": "^0.1.2",
"lite-youtube-embed": "^0.3.3",
"sharp": "^0.34.0",
"starlight-llms-txt": "^0.6.0",
"starlight-package-managers": "^0.11.0"
}
}