{
  "name": "@stoplight/json-schema-viewer",
  "version": "0.0.0",
  "description": "A beautiful React component for viewing JSON Schema",
  "keywords": [],
  "main": "index.cjs.js",
  "typings": "src/index.d.ts",
  "sideEffects": false,
  "files": [
    "**/*"
  ],
  "author": "Stoplight <support@stoplight.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoplightio/json-schema-viewer"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=10.0"
  },
  "peerDependencies": {
    "@stoplight/markdown-viewer": "^3",
    "@stoplight/ui-kit": "^3",
    "mobx": "^5",
    "react": ">=16.8",
    "react-dom": ">=16.8"
  },
  "dependencies": {
    "@stoplight/json": "^3.5.1",
    "@stoplight/json-schema-merge-allof": "^0.7.2",
    "@stoplight/react-error-boundary": "^1.0.0",
    "@stoplight/tree-list": "^5.0.3",
    "classnames": "^2.2.6",
    "lodash": "^4.17.15",
    "mobx-react-lite": "^1.4.1",
    "pluralize": "^8.0.0",
    "@emotion/core": "^10.0.16",
    "@emotion/styled": "^10.0.15",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-typescript": "^3.1.1",
    "@sambego/storybook-state": "^1.3.6",
    "@stoplight/markdown-viewer": "^3.5.5",
    "@stoplight/scripts": "^8.2.0",
    "@stoplight/storybook-config": "^2.0.5",
    "@stoplight/types": "11.0.0",
    "@stoplight/ui-kit": "3.0.0-beta.2",
    "mobx": "^5.13.0",
    "treeify": "^1.1.0"
  },
  "module": "index.es.js"
}