-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 873 Bytes
/
package.json
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
31
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "playwright install chromium"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.2",
"@beoe/cache": "workspace:*",
"@beoe/pan-zoom": "workspace:*",
"@beoe/rehype-d2": "workspace:*",
"@beoe/rehype-gnuplot": "workspace:*",
"@beoe/rehype-graphviz": "workspace:*",
"@beoe/rehype-mermaid": "workspace:*",
"@beoe/rehype-vizdom": "workspace:*",
"@dagrejs/graphlib": "^2.2.4",
"astro": "4.16.18",
"playwright": "^1.49.0",
"sharp": "^0.33.5",
"starlight-package-managers": "^0.8.0",
"typescript": "^5.7.2",
"vite-plugin-qrcode": "^0.2.3"
}
}