-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
62 lines (62 loc) · 1.93 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
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"metaphase": "cd .. && unset TMPDIR TMP; bazelisk build nativelink-config:docs_json && cd docs && bun scripts/metaphase_aot.ts",
"astro": "astro",
"biome": "biome",
"transform": "bun scripts/md_to_mdx_aot.ts",
"build": "bun metaphase && bun transform && bun check && astro build",
"check": "biome ci . && astro check",
"check.format": "biome format .",
"check.lint": "biome check .",
"dev": "astro dev",
"fix": "biome format --write . && biome check --write .",
"preview": "bun run build && wrangler pages dev ./dist"
},
"dependencies": {
"@astrojs/partytown": "^2.1.1",
"@astrojs/starlight": "https://gitpkg.now.sh/aaronmondal/starlight/packages/starlight?ssr",
"@beoe/pan-zoom": "^0.0.3",
"@beoe/rehype-mermaid": "^0.0.1",
"astro": "^4.10.3",
"playwright": "^1.44.1",
"rehype-mermaid": "^2.1.0",
"sharp": "^0.33.4",
"tailwindcss": "4.0.0-alpha.16"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/cloudflare": "^10.4.1",
"@astrojs/markdown-remark": "^5.1.0",
"@astrojs/sitemap": "^3.1.6",
"@bazel/bazelisk": "^1.19.0",
"@biomejs/biome": "^1.8.1",
"@lorenzo_lewis/starlight-utils": "^0.1.1",
"@playform/compress": "=0.0.12",
"@tailwindcss/vite": "4.0.0-alpha.16",
"@types/bun": "^1.1.4",
"@types/mdast": "^4.0.4",
"autoprefixer": "^10.4.19",
"bun": "^1.1.13",
"lightningcss": "^1.25.1",
"postcss": "^8.4.38",
"rehype-autolink-headings": "^7.1.0",
"remark": "^15.0.1",
"remark-mdx": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"wrangler": "^3.60.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@fortawesome/fontawesome-free",
"esbuild",
"sharp",
"workerd"
]
}