mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
Bumps [watchpack](https://github.com/webpack/watchpack) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/webpack/watchpack/releases) - [Commits](https://github.com/webpack/watchpack/compare/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: watchpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "Tendermint Core Documentation",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"vuepress-theme-cosmos": "^1.0.183"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/plugin-html-redirect": "^0.1.4",
|
|
"watchpack": "^2.4.0"
|
|
},
|
|
"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 --silent",
|
|
"postbuild": "./post.sh"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|