-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.46 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
54
55
56
57
58
59
60
{
"name": "blog",
"description": "毛瑞的个人博客",
"homepage": "https://maorey.github.io",
"author": {
"name": "毛瑞",
"email": "[email protected]"
},
"keywords": [
"blog",
"tech"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:Maorey/Blog.git"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs"
},
"devDependencies": {
"@vssue/api-github-v3": "^1.4.7",
"echarts": "^5.1.2",
"flowchart.js": "^1.15.0",
"lozad": "^1.16.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-html5-media": "^0.7.0",
"markdown-it-img-lazy": "^1.0.2",
"markdown-it-ins": "^3.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-latex": "^0.2.0",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "^8.12.0",
"sass": "^1.38.2",
"t-rex-runner": "^1.0.6",
"typescript": "^4.4.2",
"viewerjs": "^1.10.1",
"vitepress": "0.16.1",
"vssue": "^1.4.8"
},
"resolutions": {
"@polka/url": "^1.0.0-next.20",
"argparse": "^2.0.1",
"commander": "^8.1.0",
"d3": "^7.0.1",
"debug": "^4.3.2",
"katex": "^0.13.16",
"lru-cache": "^6.0.0",
"safe-buffer": "^5.2.1",
"tslib": "^2.3.1",
"vitepress/vue": "^3.2.6",
"vssue/vue": "^2.6.14"
}
}