-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.18 KB
/
package.json
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": "helix-docs",
"type": "module",
"packageManager": "pnpm@latest",
"version": "1.0.0",
"scripts": {
"generate:termshot-index-files": "node scripts/termshots.js",
"generate:list-of-themes": "node scripts/list-of-themes.js",
"termshots": "pnpm generate:list-of-themes && pnpm generate:termshot-index-files",
"predev": "pnpm termshots",
"prebuild": "pnpm termshots",
"prepreview": "pnpm termshots",
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.29.2",
"asciinema-player": "^3.8.1",
"astro": "^4.16.10",
"astro-og-canvas": "^0.5.4",
"canvaskit-wasm": "^0.39.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.32.5",
"starlight-blog": "^0.15.0",
"starlight-contributor-list": "^0.1.0",
"starlight-image-zoom": "^0.9.0",
"starlight-links-validator": "^0.13.2",
"typescript": "^5.6.3"
},
"devDependencies": {
"@iarna/toml": "^2.2.5"
}
}