-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1.52 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
{
"name": "chatluna-doc",
"private": true,
"version": "1.0.0",
"description": "ChatLuna 插件的官方文档",
"main": "index.js",
"repository": "https://github.com/ChatHubLab/doc",
"author": "dingyi222666 <[email protected]>",
"type": "module",
"devDependencies": {
"@nolebase/markdown-it-bi-directional-links": "^2.6.1",
"@nolebase/vitepress-plugin-enhanced-mark": "^2.6.1",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.6.1",
"@nolebase/vitepress-plugin-git-changelog": "^2.6.1",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.6.1",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.6.1",
"@nolebase/vitepress-plugin-meta": "^2.6.1",
"@nolebase/vitepress-plugin-page-properties": "^2.6.1",
"@nolebase/vitepress-plugin-thumbnail-hash": "^2.6.1",
"@shikijs/vitepress-twoslash": "^1.22.2",
"markdown-it": "^14.1.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-lists": "^2.1.1",
"sass": "^1.80.5",
"typescript": "^5.6.3",
"unocss": "^0.63.6",
"vitepress": "^1.4.2",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-group-icons": "^1.3.0",
"vitepress-plugin-tabs": "^0.5.0"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"preview": "vitepress preview docs"
},
"packageManager": "[email protected]"
}