-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.28 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "blog",
"description": "甦傑的博客",
"author": "sujie-168",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"preview": "vitepress preview docs",
"new": "node create-page.js"
},
"devDependencies": {
"@arco-design/web-vue": "^2.54.4",
"@types/blueimp-md5": "^2.18.2",
"@types/jquery": "^3.5.29",
"markdown-it": "^13.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-mathjax3": "^4.3.2",
"medium-zoom": "^1.1.0",
"mermaid": "10.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.5.5",
"vitepress": "1.0.0-rc.20",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.4.15"
},
"dependencies": {
"@antv/g2plot": "2.4.31",
"axios": "^1.7.4",
"blueimp-md5": "^2.19.0",
"d3-color": "3.1.0",
"dayjs": "^1.11.10",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"jquery": "^3.7.1"
},
"pnpm": {
"overrides": {
"@antv/g-base": "0.5.11",
"@antv/path-util": "2.0.15",
"@antv/attr": "0.3.5"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}