-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 986 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 986 Bytes
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
{
"type": "module",
"dependencies": {
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-highlightjs": "^4.2.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-mermaid": "^0.2.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.2.0",
"markdown-it-wikilinks": "^1.4.0",
"mermaid": "^11.7.0"
},
"devDependencies": {
"@xenova/transformers": "^2.17.2",
"vite": "^6.0.7",
"fs-extra": "^11.2.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:custom-domain": "VITE_CUSTOM_DOMAIN=true vite build",
"build:github-pages": "vite build",
"dev:scripts": "vite -- --run-scripts"
}
}