redoc/cli/package.json

37 lines
870 B
JSON
Raw Normal View History

{
"name": "redoc-cli",
2019-05-13 15:52:56 +03:00
"version": "0.8.4",
"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",
"dependencies": {
"chokidar": "^2.0.4",
2018-03-20 12:00:45 +03:00
"handlebars": "^4.0.11",
2018-03-18 18:28:45 +03:00
"isarray": "^2.0.4",
"mkdirp": "^0.5.1",
2018-07-24 22:35:24 +03:00
"mobx": "^4.2.0",
"node-libs-browser": "^2.2.0",
2019-03-15 12:37:54 +03:00
"react": "^16.8.4",
"react-dom": "^16.8.4",
2019-05-13 15:52:56 +03:00
"redoc": "^2.0.0-rc.8-1",
2019-03-15 17:23:18 +03:00
"styled-components": "^4.1.3",
"tslib": "^1.9.3",
2018-11-27 14:31:52 +03:00
"yargs": "^12.0.5"
},
2018-03-18 15:17:51 +03:00
"scripts": {
"ci-publish": "ci-publish"
},
"publishConfig": {
"access": "public"
2018-03-18 15:55:04 +03:00
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/handlebars": "^4.0.39",
"@types/mkdirp": "^0.5.2",
2018-03-18 15:55:04 +03:00
"ci-publish": "^1.3.1"
}
2018-07-24 22:35:24 +03:00
}