mirror of
https://github.com/timerring/bilive.git
synced 2026-05-06 21:40:20 +08:00
19 lines
416 B
JSON
Executable File
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"
|
|
}
|
|
}
|