{ "name": "miadmindoc", "version": "1.0.0", "description": "MiAdmin document", "license": "MIT", "scripts": { "dev": "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" }, "dependencies": {}, "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.9.5", "yamljs": "^0.3.0" } }