-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (74 loc) · 2.33 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "20.14.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lunaria:build": "tsm ./scripts/lunaria.mts",
"ci:install": "pnpm install --frozen-lockfile",
"ci:build": "pnpm build",
"ci:lunaria:build": "pnpm lunaria:build",
"ci:lunaria:report": "pnpm tsm --require=./scripts/filter-warnings.cjs ./scripts/lunaria-report-bot.ts"
},
"dependencies": {
"studiocms": "^0.1.0-beta.10",
"@studiocms/blog": "^0.1.0-beta.10",
"@studiocms/devapps": "^0.1.0-beta.10",
"@studiocms/ui": "^0.4.16",
"@actions/core": "^1.11.1",
"astro": "^5.4.0",
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.32.2",
"@astrojs/starlight-docsearch": "^0.6.0",
"@astrojs/db": "^0.14.7",
"@astrojs/node": "^9.1.2",
"@astrojs/web-vitals": "^3.0.1",
"@astrojs/react": "^4.2.1",
"sharp": "^0.33.5",
"typescript": "^5.8.2",
"astro-integration-kit": "^0.18.0",
"tsm": "^2.3.0",
"@biomejs/biome": "1.9.4",
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@4c8b9b0",
"expressive-code-twoslash": "^0.4.0",
"@shikijs/colorized-brackets": "^1.24.2",
"starlight-package-managers": "^0.10.0",
"@11ty/eleventy-fetch": "^5.0.2",
"starlight-sidebar-topics": "^0.4.1",
"@types/hast": "^3.0.4",
"p-retry": "^6.2.1",
"astro-embed": "^0.9.0",
"hast": "^1.0.0",
"hast-util-select": "^6.0.4",
"rehype": "^13.0.2",
"starlight-typedoc": "^0.19.0",
"typedoc": "^0.27.7",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-plugin-frontmatter": "^1.2.1",
"typedoc-plugin-zod": "^1.3.1",
"starlight-image-zoom": "^0.11.1",
"hastscript": "^9.0.1",
"hast-util-to-string": "^3.0.1",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-hast": "^13.2.0",
"rehype-slug": "^6.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"@types/html-escaper": "^3.0.4",
"html-escaper": "^3.0.3",
"@fontsource-variable/onest": "5.1.1",
"execa": "9.5.2",
"unified": "^11.0.5",
"ultrahtml": "^1.5.3"
}
}