-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 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
{
"name": "md2html",
"type": "module",
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "node --watch --no-warnings --experimental-transform-types app.ts",
"start": "node --no-warnings --experimental-transform-types app.ts"
},
"dependencies": {
"@koa/bodyparser": "^5.1.1",
"@oak/oak": "npm:@jsr/oak__oak@^17.1.4",
"@shikijs/rehype": "^2.1.0",
"@shikijs/transformers": "^1.26.1",
"hast-util-from-html-isomorphic": "^2.0.0",
"koa": "^2.15.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.3.0",
"remark-heading-id": "^1.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^2.1.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/koa": "^2.15.0",
"@types/node": "^22.10.7",
"@types/remark-heading-id": "^1.0.0",
"typescript": "^5.7.3"
}
}