feat: update theme to 1.4.3
Showing
... | ... | @@ -9,7 +9,8 @@ |
"scripts": { | ||
"dev": "vuepress dev docs", | ||
"build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs --no-cache", | ||
"build-lite": "cross-env DOCS_LITE=true node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs-lite --no-cache" | ||
"build-lite": "cross-env DOCS_LITE=true node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs-lite --no-cache", | ||
"check-md":"vuepress check-md2 docs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -31,8 +32,7 @@ |
"markdown-it-attrs": "^4.1.6", | ||
"markdown-it-raw-table": "^1.0.0", | ||
"markdown-it-task-lists": "^2.1.1", | ||
"vuepress-plugin-named-chunks": "^1.1.4", | ||
"vuepress-theme-uni-app-test": "^1.4.2" | ||
"vuepress-theme-uni-app-test": "^1.4.3" | ||
}, | ||
"dependencies": { | ||
"@docsearch/js": "^3.1.0", | ||
... | ... |
想要评论请 注册 或 登录