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>
22 lines
404 B
JSON
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"
|
|
}
|
|
}
|