Files
tendermint/docs/package.json
Marko 53a9ba3233 docs: vuepress version update (#5949)
* vuepress refesh

* bump package-lock.json

Co-authored-by: Cyrus Goh <hello@lovincyrus.com>
2021-01-22 19:23:48 +00:00

21 lines
496 B
JSON

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