-
-
Notifications
You must be signed in to change notification settings - Fork 653
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 632 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 632 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
{
"name": "shepherd-docs",
"type": "module",
"version": "0.0.6",
"private": "true",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"astro": "^6.0.8",
"shepherd.js": "workspace:*",
"starlight-typedoc": "^0.21.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@flydotio/dockerfile": "^0.7.10",
"sharp": "^0.34.5",
"typedoc": "^0.28.18",
"typedoc-plugin-markdown": "^4.10.0",
"typescript": "^5.9.3"
}
}