-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.17 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
{
"scripts": {
"build": "node --max-old-space-size=4096 ./scripts/build.mjs",
"dev": "node --max-old-space-size=4096 --conditions development ./scripts/build.mjs",
"test": "tsx --test"
},
"packageManager": "pnpm@10.33.0",
"dependencies": {
"@jajaperson/rehype-mathjax": "^7.1.0",
"@jajaperson/remark-math": "^6.0.0",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^25.6.0",
"@types/pretty-time": "^1.1.5",
"@types/yargs": "^17.0.35",
"@wooorm/starry-night": "^3.9.0",
"async-mutex": "^0.5.0",
"biblatex-csl-converter": "^3.5.5",
"devlop": "^1.1.0",
"esbuild": "^0.27.7",
"github-slugger": "^2.0.0",
"globby": "^16.2.0",
"gray-matter": "^4.0.3",
"hast-util-class-list": "^2.0.1",
"hast-util-to-jsx-runtime": "^2.3.6",
"hast-util-to-text": "^4.0.2",
"hastscript": "^9.0.1",
"is-absolute-url": "^5.0.0",
"iterable-utilities": "^3.2.3",
"mdast-util-callout": "^0.0.0",
"mdast-util-hashtag": "^1.0.1",
"mdast-util-to-hast": "^13.2.1",
"mdast-util-wikilink-syntax": "^2.0.1",
"mermaid": "^11.14.0",
"micromark-extension-callout": "^0.0.0",
"micromark-extension-hashtag": "^2.0.1",
"micromark-extension-wikilink-syntax": "^2.1.1",
"micromark-util-character": "^2.1.1",
"micromark-util-symbol": "^2.0.1",
"postcss": "^8.5.10",
"postcss-cli": "^11.0.1",
"preact": "^10.29.1",
"preact-render-to-string": "^6.6.7",
"pretty-time": "^1.1.0",
"rehype": "^13.0.2",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-starry-night": "^2.2.0",
"remark-gfm": "^4.0.1",
"remark-inline-footnote": "^1.0.5",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-rehype-block-id": "^1.0.3",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.3",
"unified": "^11.0.5",
"unist-util-visit-parents": "^6.0.2",
"vfile": "^6.0.3",
"vfile-reporter": "^8.1.1",
"yargs": "^18.0.0"
},
"devDependencies": {
"prettier": "^3.8.3",
"tsx": "^4.21.0"
},
"type": "module",
"engines": {
"node": ">=22"
}
}