redoc/cli/package.json

36 lines
828 B
JSON
Raw Normal View History

{
"name": "redoc-cli",
2020-05-10 22:25:34 +03:00
"version": "0.9.8",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
2018-03-20 13:39:49 +03:00
"bin": "index.js",
2019-06-04 15:47:22 +03:00
"repository": "https://github.com/Redocly/redoc",
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"license": "MIT",
2019-07-08 08:50:05 +03:00
"engines": {
"node": ">= 8"
},
"dependencies": {
2019-07-08 08:50:05 +03:00
"chokidar": "^3.0.2",
"handlebars": "^4.1.2",
2019-07-29 18:42:51 +03:00
"isarray": "^2.0.5",
"mkdirp": "^0.5.1",
2018-07-24 22:35:24 +03:00
"mobx": "^4.2.0",
2019-07-08 08:50:05 +03:00
"node-libs-browser": "^2.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
2020-05-10 22:25:34 +03:00
"redoc": "2.0.0-rc.29",
2019-07-08 08:50:05 +03:00
"styled-components": "^4.3.2",
"tslib": "^1.10.0",
2019-07-29 18:42:51 +03:00
"yargs": "^13.3.0"
},
"publishConfig": {
"access": "public"
2018-03-18 15:55:04 +03:00
},
"devDependencies": {
2019-07-08 08:50:05 +03:00
"@types/chokidar": "^2.1.3",
"@types/handlebars": "^4.0.39",
"@types/mkdirp": "^0.5.2"
}
2018-07-24 22:35:24 +03:00
}