-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 661 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 661 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
{
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@braintree/sanitize-url": "^7.1.1",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.14.0",
"cytoscape": "^3.31.0",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.13",
"debug": "^4.4.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"medium-zoom": "^1.1.0",
"mermaid": "^11.4.1",
"vitepress": "^1.6.3",
"vitepress-plugin-mermaid": "^2.0.17"
},
"dependencies": {
"@fontsource/fira-code": "^5.1.1"
}
}