mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
11 lines
190 B
JSON
11 lines
190 B
JSON
|
|
{
|
||
|
|
"dependencies": {
|
||
|
|
"vuepress-theme-antdocs": "^1.3.5",
|
||
|
|
"vuepress": "^1.9.7"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"docs:dev": "vuepress dev docs",
|
||
|
|
"docs:build": "vuepress build docs"
|
||
|
|
}
|
||
|
|
}
|