Files
doris/docs/package.json
hffariel 5909677cb3 [Build][Doc]Fix doc build crash (#4748)
Vuepress build failed caused by the latest `vue-router`
refer to https://github.com/vuejs/vuepress/issues/2656
2020-10-15 20:29:35 +08:00

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"
}
}