-
-
Notifications
You must be signed in to change notification settings - Fork 653
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 695 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 695 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": "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/check": "^0.9.4",
"@astrojs/starlight": "^0.31.1",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.15.9",
"sharp": "^0.34.3",
"shepherd.js": "workspace:*",
"starlight-typedoc": "^0.18.0",
"tailwindcss": "^3.4.17",
"typedoc": "^0.28.14",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "^5.7.3"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.7.4"
}
}