-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 710 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 710 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.37.7",
"astro": "^5.18.1",
"astro-mermaid": "^2.0.1",
"mermaid": "^11.14.0",
"sharp": "^0.34.5",
"starlight-kbd": "^0.3.0",
"starlight-links-validator": "^0.19.2",
"starlight-scroll-to-top": "^0.4.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"puppeteer": "^23.11.1",
"puppeteer-autoscroll-down": "^2.0.1",
"starlight-to-pdf": "^1.4.0"
}
}