-
-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.3 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.3 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
{
"name": "@biomejs/website",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"format": "pnpm biome format --write",
"check": "pnpm biome check --write",
"tsc": "astro sync && astro check",
"build": "astro build",
"build:no-og": "SKIP_OG=true astro build",
"build:netlify": "git config unset remote.origin.partialclonefilter; git config unset remote.origin.promisor; git fetch --refetch; pnpm run build",
"preview": "astro preview",
"textlint": "textlint './src/content/docs/ja/**/*.{md,mdx}'",
"textlint:fix": "textlint --fix './src/content/docs/ja/**/*.{md,mdx}'",
"codegen": "cargo run -p codegen",
"codegen:rules": "pnpm codegen rules",
"codegen:release-files": "pnpm codegen release-files",
"codegen:metadata": "pnpm codegen metadata",
"codegen:env": "pnpm codegen env",
"codegen:diagnostics": "pnpm codegen diagnostics",
"codegen:redirects": "pnpm codegen redirects",
"codegen:all": "pnpm codegen all",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview"
},
"devDependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/mdx": "5.0.3",
"@astrojs/netlify": "7.0.7",
"@astrojs/prism": "4.0.1",
"@astrojs/react": "5.0.3",
"@astrojs/rss": "4.0.18",
"@astrojs/starlight": "0.38.3",
"@biomejs/biome": "2.4.12",
"@biomejs/version-utils": "0.4.0",
"@biomejs/wasm-web": "https://pkg.pr.new/@biomejs/wasm-web@2c62594",
"@codemirror/lang-css": "6.3.1",
"@codemirror/lang-html": "6.4.11",
"@codemirror/lang-javascript": "6.2.5",
"@codemirror/lang-json": "6.0.2",
"@codemirror/lang-vue": "0.1.3",
"@codemirror/language": "6.12.3",
"@codemirror/lint": "6.9.5",
"@codemirror/state": "6.6.0",
"@codemirror/view": "6.40.0",
"@expressive-code/plugin-line-numbers": "0.41.7",
"@lezer/common": "1.5.2",
"@lunariajs/core": "0.1.1",
"@lunariajs/starlight": "0.1.1",
"@playwright/test": "1.58.2",
"@replit/codemirror-lang-svelte": "6.0.0",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@uiw/react-codemirror": "4.25.9",
"@vitejs/plugin-react": "5.2.0",
"astro": "6.1.8",
"astro-og-canvas": "0.11.1",
"canvaskit-wasm": "0.41.1",
"cm6-graphql": "0.2.1",
"codemirror-lang-rome-ast": "0.0.6",
"fast-diff": "1.3.0",
"lang-rome-formatter-ir": "0.0.2",
"mermaid": "11.13.0",
"prettier": "3.8.3",
"prettier-plugin-svelte": "3.5.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"remark-toc": "9.0.0",
"sharp": "0.34.5",
"starlight-blog": "0.26.1",
"starlight-changelogs": "0.5.0",
"starlight-links-validator": "0.23.0",
"svelte": "5.55.4",
"textlint": "15.5.4",
"textlint-filter-rule-comments": "1.3.0",
"textlint-rule-preset-jtf-style": "3.0.3",
"textlint-rule-prh": "6.1.0",
"tombi": "0.7.33",
"typescript": "5.9.3",
"vite": "7.3.2",
"vite-plugin-svgr": "4.5.0"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
"@biomejs/version-utils": "^0.4.0",
"shiki": "3.23.0"
}
}
}