-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 827 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
31
32
33
34
35
{
"name": "docs",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "wrangler deploy",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"@astrojs/starlight": "^0.42.0",
"@fontsource-variable/inter": "^5.3.0",
"astro": "^7.3.2",
"astro-mermaid": "^2.1.0",
"mermaid": "^11.17.2",
"sharp": "^0.35.4",
"starlight-links-validator": "^0.26.0",
"starlight-llms-txt": "^0.11.0",
"starlight-sidebar-topics": "^0.9.0"
},
"engines": {
"node": ">=22.12.0"
},
"devDependencies": {
"playwright": "^1.63.0",
"wrangler": "^4.131.1"
}
}