cosmos-sdk/docs/package.json
dependabot[bot] 7c975f1700 Bump lodash from 4.17.11 to 4.17.13 in /docs (#5318)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-19 15:16:37 +01:00

22 lines
404 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "## Get Started",
"main": "index.js",
"scripts": {
"serve": "vuepress dev",
"build": "vuepress build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lodash": "^4.17.13",
"markdown-it": "^8.4.2",
"markdown-it-meta": "0.0.1",
"vuepress": "^1.0.2"
},
"dependencies": {
"axios": "^0.19.0"
}
}