-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
85 lines (85 loc) · 2.6 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
76
77
78
79
80
81
82
83
84
85
{
"name": "@biomejs/website",
"private": true,
"scripts": {
"dev": "astro dev",
"format": "pnpm biome format --write",
"check": "pnpm biome check --write",
"tsc": "tsc --skipLibCheck",
"build": "astro build",
"build:no-og": "SKIP_OG=true astro 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:all": "pnpm codegen all",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview"
},
"devDependencies": {
"@astrojs/netlify": "6.0.1",
"@astrojs/prism": "3.2.0",
"@astrojs/react": "4.1.2",
"@astrojs/rss": "4.0.10",
"@astrojs/starlight": "0.30.3",
"@biomejs/biome": "1.9.4",
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@3c32a66",
"@codemirror/lang-css": "6.3.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-vue": "0.1.3",
"@codemirror/lint": "6.8.4",
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.35.3",
"@lunariajs/core": "0.1.1",
"@lunariajs/starlight": "0.1.1",
"@playwright/test": "1.49.1",
"@replit/codemirror-lang-svelte": "6.0.0",
"@types/node": "20.17.9",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.3",
"@uiw/react-codemirror": "4.23.7",
"@vitejs/plugin-react": "4.3.4",
"astro": "5.1.1",
"astro-og-canvas": "0.5.5",
"autoprefixer": "10.4.20",
"canvaskit-wasm": "0.39.1",
"cm6-graphql": "0.2.0",
"codemirror-lang-rome-ast": "0.0.6",
"fast-diff": "1.3.0",
"hast-util-to-html": "9.0.4",
"hast-util-to-string": "3.0.1",
"hastscript": "9.0.0",
"html-escaper": "3.0.3",
"lang-rome-formatter-ir": "0.0.2",
"mdast-util-to-hast": "13.2.0",
"mermaid": "10.9.3",
"postcss": "8.4.49",
"postcss-mixins": "11.0.3",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"remark-toc": "9.0.0",
"sharp": "0.33.5",
"starlight-blog": "0.16.1",
"textlint": "14.4.0",
"textlint-rule-preset-jtf-style": "2.3.14",
"textlint-rule-prh": "6.0.0",
"typescript": "5.5.4",
"vite": "6.0.5",
"vite-plugin-svgr": "4.3.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@astrojs/node": "^9.0.0"
}
}