{
  "name": "@stoplight/elements-core",
  "version": "9.0.19",
  "main": "./index.js",
  "sideEffects": [
    "web-components.min.js",
    "src/web-components/**",
    "**/*.css"
  ],
  "files": [
    "**/*"
  ],
  "author": "Stoplight <support@stoplight.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoplightio/elements"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=16"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": ">=16.8"
  },
  "dependencies": {
    "@stoplight/http-spec": "^7.1.0",
    "@stoplight/json": "^3.21.0",
    "@stoplight/json-schema-ref-parser": "^9.2.7",
    "@stoplight/json-schema-sampler": "0.3.0",
    "@stoplight/json-schema-tree": "^4.0.0",
    "@stoplight/json-schema-viewer": "4.16.3",
    "@stoplight/markdown-viewer": "^5.7.1",
    "@stoplight/mosaic": "^1.53.5",
    "@stoplight/mosaic-code-editor": "^1.53.5",
    "@stoplight/mosaic-code-viewer": "^1.53.5",
    "@stoplight/path": "^1.3.2",
    "@stoplight/react-error-boundary": "^3.0.0",
    "@stoplight/types": "^14.1.1",
    "@stoplight/yaml": "^4.3.0",
    "classnames": "^2.2.6",
    "httpsnippet-lite": "^3.0.5",
    "jotai": "1.3.9",
    "json-schema": "^0.4.0",
    "lodash": "^4.17.21",
    "nanoid": "^3.1.32",
    "prop-types": "^15.7.2",
    "react-query": "^3.34.19",
    "react-router-dom": "^6.28.0",
    "tslib": "^2.1.0",
    "urijs": "^1.19.11",
    "util": "^0.12.4",
    "xml-formatter": "^3.6.3"
  },
  "type": "commonjs",
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    }
  },
  "typings": "index.d.ts",
  "module": "./index.esm.js"
}