-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.73 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "panda-js",
"description": "个人知识库,记录 & 分享个人碎片化、结构化、体系化的技术知识内容。",
"author": "pandaJS",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"devDependencies": {
"@arco-design/web-vue": "^2.58.0",
"@types/blueimp-md5": "^2.18.2",
"@types/jquery": "^3.5.34",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"eslint": "^9.39.4",
"eslint-plugin-vue": "^9.33.0",
"less": "^4.6.4",
"markdown-it": "^13.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "9.3.0",
"naive-ui": "^2.44.1",
"unplugin-vue-components": "^0.25.2",
"vfonts": "^0.0.3",
"vite": "^5.4.21",
"vitepress": "^1.6.4",
"vitepress-plugin-codeblocks-fold": "^1.2.35",
"vitepress-plugin-mermaid": "2.0.8",
"vue": "^3.5.32"
},
"dependencies": {
"@antv/g2plot": "2.4.31",
"axios": "^1.15.1",
"blueimp-md5": "^2.19.0",
"colorjs": "^0.1.9",
"dayjs": "^1.11.20",
"echarts": "^5.6.0",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"jquery": "^3.7.1",
"markdown-it-custom-attrs": "^1.0.2",
"node-localstorage": "^3.0.5"
},
"pnpm": {
"overrides": {
"@antv/g-base": "0.5.11",
"@antv/path-util": "2.0.15",
"@antv/attr": "0.3.5"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}