Files
easytier.github.io/package.json
T
dependabot[bot]andGitHub f42d0d0872 build(deps-dev): bump @antfu/eslint-config from 3.14.0 to 4.13.0
Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 3.14.0 to 4.13.0.
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](https://github.com/antfu/eslint-config/compare/v3.14.0...v4.13.0)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 4.13.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 12:20:09 +00:00

27 lines
626 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"
},
"dependencies": {
"@theojs/lumen": "workspace:*",
"typescript": "^5.7.3"
},
"devDependencies": {
"@antfu/eslint-config": "4.13.0",
"eslint": "9.18.0",
"eslint-plugin-format": "1.0.1",
"markdown-it-task-lists": "2.1.1",
"mermaid": "11.4.1",
"vitepress": "1.5.0",
"vitepress-plugin-mermaid": "2.0.17"
}
}