Files
easytier.github.io/package.json
T
2024-07-12 13:12:48 +08: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.2",
"mermaid": "^10.9.1",
"vitepress": "^1.3.0",
"vitepress-plugin-mermaid": "^2.0.16"
}
}