Files
easytier.github.io/package.json
T
dependabot[bot]andGitHub 84b0115872 build(deps-dev): bump @antfu/eslint-config from 2.16.3 to 2.22.0
Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 2.16.3 to 2.22.0.
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](https://github.com/antfu/eslint-config/compare/v2.16.3...v2.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 04:42:24 +00:00

22 lines
504 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"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0",
"eslint": "^9.6.0",
"eslint-plugin-format": "^0.1.1",
"mermaid": "^10.9.1",
"vitepress": "^1.3.0",
"vitepress-plugin-mermaid": "^2.0.16"
}
}