2018-03-18 12:15:17 +03:00
|
|
|
{
|
2018-03-18 18:15:12 +03:00
|
|
|
"name": "redoc-cli",
|
2022-09-06 18:51:08 +03:00
|
|
|
"version": "0.13.20",
|
2018-03-18 12:15:17 +03:00
|
|
|
"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",
|
2018-03-18 12:15:17 +03:00
|
|
|
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
|
|
|
|
"license": "MIT",
|
2019-07-08 08:50:05 +03:00
|
|
|
"engines": {
|
2021-04-15 10:01:28 +03:00
|
|
|
"node": ">=12.0.0"
|
2019-07-08 08:50:05 +03:00
|
|
|
},
|
2018-03-18 12:15:17 +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",
|
2022-09-06 18:51:08 +03:00
|
|
|
"redoc": "2.0.0-rc.77",
|
2021-06-02 15:53:36 +03:00
|
|
|
"styled-components": "^5.3.0",
|
2022-08-10 10:55:26 +03:00
|
|
|
"update-notifier": "^5.0.1",
|
2022-03-18 18:30:23 +03:00
|
|
|
"yargs": "^17.3.1"
|
2018-03-18 12:15:17 +03:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-03-18 15:55:04 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-25 19:47:57 +03:00
|
|
|
"@types/mkdirp": "^1.0.1"
|
2018-03-18 12:15:17 +03:00
|
|
|
}
|
2018-07-24 22:35:24 +03:00
|
|
|
}
|