-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 KB
/
package.json
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
{
"name": "commandapi-docs",
"license": "MIT",
"homepage": "https://github.com/CommandAPI/docs",
"repository": {
"type": "git",
"url": "https://github.com/CommandAPI/docs"
},
"bugs": {
"url": "https://github.com/CommandAPI/docs/issues"
},
"devDependencies": {
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.10.0",
"@sindresorhus/slugify": "^2.2.1",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^22.10.1",
"fs": "^0.0.1-security",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"medium-zoom": "^1.1.0",
"mermaid": "^11.4.1",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-sidebar": "1.29.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@vue/theme": "^2.3.0",
"jszip": "^3.10.1",
"vitepress-i18n": "^1.3.0",
"vue": "^3.5.13",
"yaml": "^2.6.1"
}
}