react-openapi
Version:
React component for viewing Open API specification
42 lines (41 loc) • 938 B
JSON
{
"name": "react-openapi",
"version": "2.4.2",
"devDependencies": {
"react-scripts": "^0.9.5"
},
"main": "src/OpenAPI.js",
"repository": {
"type": "git",
"url": "https://github.com/aaronshaf/react-openapi.git"
},
"files": [
"build",
"src"
],
"keywords": [
"OpenAPI",
"Open API",
"Swagger",
"React"
],
"author": "Aaron Shafovaloff <aaronshaf@gmail.com> (http://github.com/aaronshaf)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronshaf/react-openapi/issues"
},
"dependencies": {
"classnames": "^2.2.5",
"markdown-it": "^8.3.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-fetch": "0.0.9"
},
"homepage": ".",
"scripts": {
"start": "react-scripts start",
"build-docs": "rm -rf docs && react-scripts build && cp -R build docs",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom"
}
}