-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.52 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.52 KB
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
41
42
{
"name": "chatluna-doc",
"private": true,
"version": "1.0.0",
"description": "ChatLuna 插件的官方文档",
"main": "index.js",
"repository": "https://github.com/ChatHubLab/doc",
"author": "dingyi222666 <dingyi222666@foxmail.com>",
"type": "module",
"devDependencies": {
"@langchain/community": "^1.0.0",
"@nolebase/markdown-it-bi-directional-links": "^2.18.2",
"@nolebase/vitepress-plugin-enhanced-mark": "^2.18.2",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.18.2",
"@nolebase/vitepress-plugin-git-changelog": "^2.18.2",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.18.2",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.18.2",
"@nolebase/vitepress-plugin-meta": "^2.18.2",
"@nolebase/vitepress-plugin-page-properties": "^2.18.2",
"@nolebase/vitepress-plugin-thumbnail-hash": "^2.18.2",
"@shikijs/vitepress-twoslash": "^3.13.0",
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.3.36",
"markdown-it": "^14.1.0",
"markdown-it-mathjax3": "^5.2.0",
"markdown-it-task-lists": "^2.1.1",
"sass": "^1.93.2",
"typescript": "^5.9.3",
"unocss": "^66.5.3",
"vitepress": "^2.0.0-alpha.12",
"vitepress-markdown-timeline": "^1.2.2",
"vitepress-plugin-group-icons": "^1.6.3",
"vitepress-plugin-tabs": "^0.7.3"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"preview": "vitepress preview docs"
},
"packageManager": "yarn@4.10.3"
}