-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (107 loc) · 3.5 KB
/
package.json
File metadata and controls
108 lines (107 loc) · 3.5 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.17.0",
"engines": {
"node": "22.20.0"
},
"scripts": {
"dev": "pnpm gen-changelogs && astro dev",
"check": "astro check",
"build": "NODE_OPTIONS='--max-old-space-size=8192' 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/blog": "^0.3.0",
"@studiocms/cloudinary-image-service": "^0.3.0",
"@studiocms/devapps": "^0.3.0",
"@studiocms/html": "^0.3.0",
"@studiocms/markdoc": "^0.3.0",
"@studiocms/md": "^0.3.0",
"@studiocms/mdx": "^0.3.0",
"@studiocms/s3-storage": "^0.3.0",
"@studiocms/wysiwyg": "^0.3.0",
"@withstudiocms/api-spec": "^0.3.0",
"@withstudiocms/component-registry": "^0.1.4",
"@withstudiocms/effect": "^0.4.0",
"@withstudiocms/kysely": "^0.2.1",
"@withstudiocms/sdk": "^0.3.0",
"@withstudiocms/template-lang": "^0.1.0",
"effectify": "^0.1.0",
"studiocms": "^0.4.0",
"@11ty/eleventy-fetch": "^5.0.2",
"@actions/core": "^3.0.0",
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.5.4",
"@astrojs/starlight": "^0.37.6",
"@biomejs/biome": "1.9.4",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@fontsource-variable/onest": "5.1.1",
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@722c34c",
"@shikijs/colorized-brackets": "^3.2.1",
"@studiocms/ui": "^1.0.0",
"@studiocms/web-vitals": "^4.5.3",
"@types/hast": "^3.0.4",
"@types/html-escaper": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^24.1.0",
"@types/semver": "^7.7.0",
"astro": "^5.18.0",
"astro-embed": "^0.12.0",
"astro-integration-kit": "^0.19.1",
"effect": "^3.19.19",
"expressive-code-twoslash": "^0.5.3",
"fast-glob": "^3.3.3",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.1",
"html-escaper": "^3.0.3",
"knip": "^5.46.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"p-retry": "^6.2.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"semver": "^7.7.1",
"sharp": "^0.33.5",
"starlight-image-zoom": "^0.13.2",
"starlight-links-validator": "^0.19.2",
"starlight-llms-txt": "^0.7.0",
"starlight-package-managers": "^0.12.0",
"starlight-sidebar-topics": "^0.6.2",
"tsm": "^2.3.0",
"typescript": "^5.9.3",
"ultrahtml": "^1.6.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.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"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"canvas",
"esbuild",
"msgpackr-extract",
"oxc-resolver",
"sharp"
]
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2"
}
}