-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 752 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
30
{
"name": "",
"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.39.1",
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"astro": "^6.3.1",
"katex": "^0.16.22",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"remark-mermaidjs": "^7.0.0",
"sharp": "^0.32.5",
"starlight-sidebar-topics": "^0.6.0",
"starlight-videos": "^0.3.0"
},
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.14.1",
"wrangler": "^4.33.1"
}
}