-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 774 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 774 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
{
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"test": "vitest"
},
"dependencies": {
"@types/markdown-it": "^13.0.9",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"linq": "^4.0.3",
"markdown-it": "^14.1.0",
"octokit": "^4.1.4",
"vue": "^3.5.18"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.29.2",
"@types/node": "^20.19.9",
"axios": "^1.11.0",
"jsonc-parser": "^3.3.1",
"markdown-it-wikilinks": "^1.4.0",
"mermaid": "11.7.0",
"shiki": "^1.29.2",
"typescript": "^5.8.3",
"vitepress": "latest",
"vitepress-plugin-mermaid": "^2.0.17",
"vitest": "^2.1.9"
},
"type": "module"
}