Files
tendermint/docs/package.json
Marko f32207db15 docs: bump vuepress theme (#5946)
Co-authored-by: Cyrus Goh <hello@lovincyrus.com>
2021-01-22 19:06:16 +00:00

21 lines
544 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "Welcome to the Tendermint Core documentation!",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.4.1",
"vuepress-theme-cosmos": "^1.0.180"
},
"scripts": {
"preserve": "./pre.sh",
"serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache",
"postserve": "./post.sh",
"prebuild": "./pre.sh",
"build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
"postbuild": "./post.sh"
},
"author": "",
"license": "ISC"
}