-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 979 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 979 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
{
"name": "docs",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"postinstall": "playwright install-deps && playwright install",
"install:force": "rm package-lock.json && npm install",
"upgrade": "npx --yes npm-check-updates -u && npm install",
"dev": "astro dev --host",
"start": "astro dev --host",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.34.3",
"astro": "^5.9.2",
"astro-embed": "^0.9.0",
"playwright": "^1.56.1",
"rehype-mermaid": "^3.0.0",
"starlight-blog": "^0.24.0",
"starlight-links-validator": "^0.16.0",
"starlight-llms-txt": "^0.5.1",
"starlight-package-managers": "^0.11.0"
},
"resolutions": {
"marked": "15.0.8"
}
}