redoc/cli/package.json

35 lines
808 B
JSON
Raw Normal View History

{
"name": "redoc-cli",
2021-08-11 13:32:46 +03:00
"version": "0.12.3",
"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": ">=12.0.0"
2019-07-08 08:50:05 +03:00
},
"dependencies": {
2021-06-02 15:53:36 +03:00
"chokidar": "^3.5.1",
"handlebars": "^4.7.7",
2019-07-29 18:42:51 +03:00
"isarray": "^2.0.5",
2020-07-25 19:47:57 +03:00
"mkdirp": "^1.0.4",
2021-06-02 15:53:36 +03:00
"mobx": "^6.3.2",
2019-07-08 08:50:05 +03:00
"node-libs-browser": "^2.2.1",
2021-06-09 15:57:44 +03:00
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-08-11 13:32:46 +03:00
"redoc": "2.0.0-rc.56",
2021-06-02 15:53:36 +03:00
"styled-components": "^5.3.0",
"yargs": "^17.0.1"
},
"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",
2020-07-25 19:47:57 +03:00
"@types/handlebars": "^4.1.0",
"@types/mkdirp": "^1.0.1"
}
2018-07-24 22:35:24 +03:00
}