{
  "name": "openapi-asyncapi-ui-render",
  "version": "1.0.18",
  "description": "API Doc Pro UI is the best choice for dynamically rendering any spec SwaggerAPI, OpenAPI, or AsyncAPI, all in one with one design. By Reallexi LLC @ Apidocpro.com",
  "author": "Sam Ayoub",
  "url": "https://ui.apidocpro.com",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/reallexi"
  },
  "bugs": {
    "url": "https://github.com/ddkits/apidocpro-openapi-ui-render/issues"
  },
  "homepage": "https://ui.apidocpro.com",
  "keywords": [
    "ddkits",
    "reallexi",
    "dynamic",
    "react",
    "cdn",
    "components",
    "ui",
    "openapi",
    "swagger",
    "async",
    "asyncapi"
  ],
  "license": "MIT License",
  "private": false,
  "main": "dist/components/index.js",
  "module": "dist/components/index.js",
  "unpkg": "dist/pro/index.js",
  "files": [
    "dist",
    "Readme.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ddkits/apidocpro-openapi-ui-render"
  },
  "dependencies": {
    "@babel/polyfill": "^7",
    "js-beautify": "^1",
    "js-yaml": "^4",
    "polyfills": "^2",
    "prop-types": "^15",
    "react-scripts": "^5",
    "react-scroll": "^1",
    "sass": "^1",
    "web-vitals": "^2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "npm run build:react ",
    "build:react": "react-scripts build",
    "build:bundle": "webpack --config webpack.config.js",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "buildp": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
    "lint": "eslint .",
    "lint:fix": "eslint --fix",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
    "guide": "npx styleguidist server",
    "guideb": "npx styleguidist build",
    "ready": "npm run build && npm run buildp && npm run guideb",
    "webpack": "webpack",
    "webpack-dev-server": "webpack-dev-server",
    "dev": "npm run webpack-dev-server -- --env mode=development",
    "prod": "npm run webpack -- --env mode=production"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.4",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "add-asset-html-webpack-plugin": "^5.0.2",
    "babel-loader": "^9.1.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "core-js": "^3.30.0",
    "css-loader": "^6.7.3",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.6.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.32.2",
    "file-loader": "^6.2.0",
    "glob": "^10.0.0",
    "html-webpack-plugin": "^5.5.0",
    "prettier": "^2.8.4",
    "react": "^18",
    "react-dom": "^18",
    "react-router-dom": "^6",
    "react-styleguide-generator": "^1.4.0",
    "react-styleguidist": "^13.1.1",
    "sass-loader": "^13.2.2",
    "url-loader": "^4.1.1",
    "webpack": "^5.78.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.13.2"
  }
}
