-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 708 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": "aerynos-dotdev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "bash ./scripts/postbuild.sh",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.42.0",
"astro": "^7.3.2",
"astro-mermaid": "^2.1.0",
"mermaid": "^12.0.0",
"sharp": "^0.35.4",
"starlight-kbd": "^0.4.0",
"starlight-scroll-to-top": "^2.0.0",
"yaml": "^2.9.1"
},
"devDependencies": {
"puppeteer": "^25.11.0",
"puppeteer-autoscroll-down": "^2.0.1",
"starlight-links-validator": "^0.26.0",
"starlight-to-pdf": "^1.4.0"
}
}