29 lines
937 B
JSON
29 lines
937 B
JSON
{
|
|
"name": "theme-vdoing-doc",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs",
|
|
"buildAndDeploy": "vuepress build docs && bash deploy/deploy1.sh",
|
|
"deploy": "bash deploy/deploy1.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-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"
|
|
},
|
|
"dependencies": {}
|
|
}
|