Minecraft-Console-Client/docs/package.json
dependabot[bot] b282476607
chore(deps-dev): bump mermaid from 11.13.0 to 11.15.0 in /docs
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.13.0 to 11.15.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.13.0...mermaid@11.15.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 20:59:28 +00:00

31 lines
1,001 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "Documentation website for Minecraft Console Client (MCC)",
"main": "index.js",
"author": "MCC Team",
"license": "CDDL-1.0",
"private": false,
"scripts": {
"docs:build": "vuepress build . --clean-cache",
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
"docs:dev": "vuepress dev . --clean-cache",
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/bundler-webpack": "2.0.0-rc.26",
"@vuepress/plugin-markdown-chart": "2.0.0-rc.125",
"@vuepress/plugin-redirect": "2.0.0-rc.125",
"@vuepress/plugin-search": "2.0.0-rc.125",
"@vuepress/plugin-shiki": "2.0.0-rc.125",
"@vuepress/theme-default": "2.0.0-rc.125",
"mermaid": "11.15.0",
"sass-embedded": "1.98.0",
"sass-loader": "16.0.7",
"vuepress": "2.0.0-rc.26"
},
"dependencies": {
"anywhere": "^1.6.0"
}
}