-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 711 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 711 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": "clack-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.32.2",
"@astrojs/svelte": "^7.0.9",
"@clack/core": "^0.4.1",
"@clack/prompts": "^0.10.0",
"@types/node": "^22.13.11",
"asciinema-player": "^3.9.0",
"astro": "^5.1.5",
"expressive-code-twoslash": "^0.4.0",
"sharp": "^0.33.5",
"starlight-sidebar-topics": "^0.6.0",
"svelte": "^5.25.8",
"typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}