{ "name": "myblog", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "deploy": "bash deploy.sh" }, "author": "海星", "license": "ISC", "devDependencies": { "@vuepress-reco/vuepress-plugin-bulletin-popover": "^1.5.7", "vuepress": "^1.8.2", "vuepress-plugin-mathjax": "^1.2.8", "vuepress-theme-reco": "^1.5.7" } }