Files
easytier.github.io/package.json
dependabot[bot] 534bbc8fdc Bump mermaid from 11.12.0 to 11.13.0
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.12.0 to 11.13.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.0...mermaid@11.13.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 11:58:51 +08:00

28 lines
684 B
JSON

{
"name": "easytier-doc",
"type": "module",
"version": "0.0.0",
"description": "",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "git submodule update --init --recursive"
},
"dependencies": {
"@theojs/lumen": "workspace:*",
"typescript": "^5.9.3"
},
"devDependencies": {
"@antfu/eslint-config": "7.7.3",
"eslint": "9.33.0",
"eslint-plugin-format": "2.0.1",
"markdown-it-task-lists": "2.1.1",
"mermaid": "11.13.0",
"vitepress": "1.6.3",
"vitepress-plugin-mermaid": "2.0.17"
}
}