forked from withstudiocms/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.18 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 3.18 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "20.14.0"
},
"scripts": {
"dev": "pnpm gen-changelogs && astro dev",
"start": "astro dev",
"check": "astro check",
"build": "pnpm gen-changelogs && astro build",
"preview": "astro preview",
"astro": "astro",
"lunaria:build": "tsm --require=./scripts/filter-warnings.cjs ./scripts/lunaria.mts",
"knip": "knip",
"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",
"gen-changelogs": "tsm --require=./scripts/filter-warnings.cjs ./scripts/generate-release-notes.ts"
},
"dependencies": {
"studiocms": "0.1.0-beta.23",
"@studiocms/blog": "0.1.0-beta.23",
"@studiocms/cloudinary-image-service": "0.1.0-beta.23",
"@studiocms/devapps": "0.1.0-beta.23",
"@studiocms/html": "0.1.0-beta.23",
"@studiocms/markdoc": "0.1.0-beta.23",
"@studiocms/md": "0.1.0-beta.23",
"@studiocms/mdx": "0.1.0-beta.23",
"@studiocms/ui": "^0.4.17",
"@studiocms/wysiwyg": "^0.1.0-experimental.5",
"@studiocms/web-vitals": "^4.2.1",
"@actions/core": "^1.11.1",
"astro": "^5.12.6",
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.35.2",
"@astrojs/db": "^0.15.1",
"@astrojs/node": "^9.3.1",
"@astrojs/react": "^4.3.0",
"sharp": "^0.33.5",
"typescript": "^5.8.3",
"astro-integration-kit": "^0.18.0",
"knip": "^5.46.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.5.3",
"@shikijs/colorized-brackets": "^3.2.1",
"starlight-package-managers": "^0.11.0",
"@11ty/eleventy-fetch": "^5.0.2",
"starlight-sidebar-topics": "^0.6.0",
"@types/hast": "^3.0.4",
"p-retry": "^6.2.1",
"astro-embed": "^0.9.0",
"starlight-typedoc": "^0.21.0",
"typedoc": "^0.28.1",
"typedoc-plugin-markdown": "^4.6.0",
"typedoc-plugin-frontmatter": "^1.3.0",
"typedoc-plugin-zod": "^1.4.0",
"starlight-image-zoom": "^0.12.0",
"starlight-links-validator": "^0.16.0",
"hastscript": "^9.0.1",
"hast-util-to-string": "^3.0.1",
"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",
"unified": "^11.0.5",
"ultrahtml": "^1.5.3",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"fast-glob": "^3.3.3",
"@types/mdast": "^4.0.4",
"unist-util-visit": "^5.0.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
"semver": "^7.7.1",
"@types/semver": "^7.7.0",
"@types/node": "^24.1.0"
},
"__pnpmOverridesNote": "This is a version fix to lock all installations of vite to the same version, as it is a peer dependency of many of the packages we use.",
"pnpm": {
"overrides": {
"vite": "^6.3.4"
}
}
}