mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
* update theme * Update version * Updated Questions section in the footer * Remove links to Riot chat * Typo * Add Discord link * Update docs theme to the latest version * Use docs-staging branch for staging website * Resolve merge conflicts * Update version * Add google analytics Co-authored-by: Marko <marbar3778@yahoo.com>
21 lines
544 B
JSON
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.3.1",
|
|
"vuepress-theme-cosmos": "^1.0.156"
|
|
},
|
|
"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"
|
|
}
|