Files
bilive/package.json
2024-12-11 23:24:45 +08:00

19 lines
416 B
JSON
Executable File

{
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"mermaid": "^11.4.1",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
}
}