-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.7 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
{
"name": "vrp-learning-doc",
"version": "1.0.0",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "sh deploy-gh.sh",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js"
},
"license": "MIT",
"devDependencies": {
"dayjs": "^1.9.7",
"inquirer": "^7.1.0",
"json2yaml": "^1.1.0",
"vuepress": "1.9.2",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.12.3",
"yamljs": "^0.3.0"
},
"description": "<p align=\"center\"><a href=\"https://xugaoyi.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img width=\"180\" src=\"https://fastly.jsdelivr.net/gh/xugaoyi/image_store/blog/20200409124835.png\" alt=\"logo\"></a></p>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/musoulee/vrp-learning.git"
},
"keywords": [
"vrp"
],
"author": "musoulee",
"bugs": {
"url": "https://github.com/musoulee/vrp-learning/issues"
},
"homepage": "https://github.com/musoulee/vrp-learning#readme",
"dependencies": {
"@renovamen/vuepress-plugin-katex": "^0.2.0",
"markdown-it": "^13.0.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-mathjax3": "^4.3.2",
"vuepress-plugin-comment": "^0.7.3"
}
}