-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "theme-vdoing-doc",
"version": "1.0.0",
"scripts": {
"start": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "bash deploy.sh",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js",
"postinstall": "patch-package"
},
"license": "MIT",
"devDependencies": {
"@mr-hope/vuepress-plugin-sitemap": "^1.30.0",
"dayjs": "^1.9.7",
"inquirer": "^7.1.0",
"json2yaml": "^1.1.0",
"patch-package": "^6.4.7",
"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-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.11.2",
"yamljs": "^0.3.0"
},
"dependencies": {
"core-js": "2.x",
"element-ui": "^2.15.9",
"vue": "2.7.14"
}
}