{ "name": "rle-wiki", "version": "1.0.0", "description": "RLE指北", "license": "Creative Commons BY-SA 4.0", "scripts": { "build": "vuepress build docs", "clean-dev": "vuepress dev docs --clean-cache", "dev": "vuepress dev docs", "update-package": "pnpm dlx vp-update" }, "devDependencies": { "@types/markdown-it": "^13.0.7", "@vuepress/client": "2.0.0-rc.0", "markdown-it-pangu": "^1.0.2", "vue": "^3.3.8", "vuepress": "2.0.0-rc.0", "vuepress-theme-hope": "2.0.0-rc.0" }, "dependencies": { "katex": "^0.16.9", "vuepress-plugin-md-enhance": "2.0.0-rc.0" } }