Merge PR #5379: New docs V1 (merge master-docs to master)
This commit is contained in:
committed by
Alexander Bezobchuk
parent
7d7821b9af
commit
b18bd06a36
+7
-10
@@ -4,19 +4,16 @@
|
||||
"description": "## Get Started",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"serve": "vuepress dev",
|
||||
"build": "vuepress build"
|
||||
"preserve": "./pre.sh",
|
||||
"serve": "trap 'exit 0' SIGINT; vuepress dev",
|
||||
"postserve": "./post.sh",
|
||||
"prebuild": "./pre.sh",
|
||||
"build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
|
||||
"postbuild": "./post.sh"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@vuepress/plugin-google-analytics": "^1.2.0",
|
||||
"lodash": "^4.17.13",
|
||||
"markdown-it": "^8.4.2",
|
||||
"markdown-it-meta": "0.0.1",
|
||||
"vuepress": "^1.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.19.0"
|
||||
"vuepress-theme-cosmos": "^1.0.93"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user