{ "name": "my-blog", "version": "1.0.0", "description": "My blog and notebook", "main": "index.js", "author": "thejinchao", "license": "MIT", "devDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.19", "@vuepress/plugin-markdown-image": "^2.0.0-rc.78", "@vuepress/plugin-markdown-math": "^2.0.0-rc.78", "@vuepress/theme-default": "^2.0.0-rc.78", "mathjax-full": "^3.2.2", "p5": "^1.11.3", "sass-embedded": "^1.85.0", "vuepress": "^2.0.0-rc.19" }, "scripts": { "docs:build": "vuepress build docs", "docs:clean-dev": "vuepress dev docs --clean-cache", "docs:dev": "vuepress dev docs", "docs:update-package": "yarn dlx vp-update" } }