Vuepress build failed caused by the latest `vue-router` refer to https://github.com/vuejs/vuepress/issues/2656
39 lines
944 B
JSON
39 lines
944 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"description": "docs of doris",
|
|
"keywords": [
|
|
"doris",
|
|
"mysql"
|
|
],
|
|
"homepage": "https://github.com/apache/incubator-doris",
|
|
"bugs": {
|
|
"url": "https://github.com/apache/incubator-doris/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/apache/incubator-doris.git"
|
|
},
|
|
"license": "Apache",
|
|
"author": "Apache Doris",
|
|
"scripts": {
|
|
"build": "vuepress build . --temp .temp",
|
|
"dev": "vuepress dev . --temp .temp",
|
|
"lint": "markdownlint '**/*.md' -f"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/plugin-back-to-top": "^1.3.1",
|
|
"@vuepress/plugin-medium-zoom": "^1.3.1",
|
|
"@vuepress/theme-vue": "^1.3.1",
|
|
"markdownlint": "^0.19.0",
|
|
"markdownlint-cli": "^0.22.0",
|
|
"vue-toasted": "^1.1.25",
|
|
"vuepress": "^1.3.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"parallax-js": "^3.1.0",
|
|
"vue-router": "3.4.5"
|
|
}
|
|
}
|