-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 963 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 963 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
33
34
35
36
37
38
39
{
"name": "clack-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"prebuild": "npm run snapshot",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"snapshot": "node --experimental-strip-types ./scripts/snapshot.ts"
},
"dependencies": {
"@astrojs/starlight": "^0.37.1",
"@bomb.sh/args": "^0.3.1",
"@clack/core": "^1.0.0",
"@clack/prompts": "1.0.0",
"@types/node": "^22.19.3",
"astro": "^5.16.6",
"expressive-code-twoslash": "^0.5.3",
"@webcontainer/api": "^1.6.1",
"@webcontainer/snapshot": "^0.1.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"sharp": "^0.33.5",
"starlight-sidebar-topics": "^0.6.2"
},
"devDependencies": {
"tinyexec": "^1.0.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}