@stoplight/elements
Version:
UI components for composing beautiful developer documentation.
52 lines • 1.27 kB
JSON
{
"name": "@stoplight/elements",
"version": "9.0.19",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"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/elements-core": "~9.0.19",
"@stoplight/http-spec": "^7.1.0",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.53.5",
"@stoplight/types": "^14.1.1",
"@stoplight/yaml": "^4.3.0",
"classnames": "^2.2.6",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"react-query": "^3.34.19",
"react-router-dom": "^6.28.0"
},
"type": "commonjs",
"exports": {
"./styles.min.css": "./styles.min.css",
"./web-components.min.js": "./web-components.min.js",
".": {
"require": "./index.js",
"import": "./index.mjs"
}
},
"typings": "index.d.ts",
"module": "./index.esm.js"
}