mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
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>
27 lines
626 B
JSON
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"
|
|
}
|
|
}
|