mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 22:54:51 +03:00
We're using json-stringify-pretty-compact to give us somewhat compact but still pretty JSON on x-vendorExtensions
This commit is contained in:
parent
e5165b8cbe
commit
d1c7e3b301
|
@ -89,7 +89,7 @@
|
||||||
"core-js": "^2.6.5",
|
"core-js": "^2.6.5",
|
||||||
"coveralls": "^3.0.3",
|
"coveralls": "^3.0.3",
|
||||||
"css-loader": "^2.1.1",
|
"css-loader": "^2.1.1",
|
||||||
"cypress": "~3.1.5",
|
"cypress": "^3.4.1",
|
||||||
"deploy-to-gh-pages": "^1.3.6",
|
"deploy-to-gh-pages": "^1.3.6",
|
||||||
"enzyme": "^3.9.0",
|
"enzyme": "^3.9.0",
|
||||||
"enzyme-adapter-react-16": "^1.10.0",
|
"enzyme-adapter-react-16": "^1.10.0",
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
"html-webpack-plugin": "^3.1.0",
|
"html-webpack-plugin": "^3.1.0",
|
||||||
"jest": "^24.3.1",
|
"jest": "^24.3.1",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.15",
|
||||||
"mobx": "^4.3.1",
|
"mobx": "^4.3.1",
|
||||||
"prettier": "^1.16.4",
|
"prettier": "^1.16.4",
|
||||||
"prettier-eslint": "^8.8.2",
|
"prettier-eslint": "^8.8.2",
|
||||||
|
@ -139,9 +139,10 @@
|
||||||
"eventemitter3": "^3.0.0",
|
"eventemitter3": "^3.0.0",
|
||||||
"json-pointer": "^0.6.0",
|
"json-pointer": "^0.6.0",
|
||||||
"json-schema-ref-parser": "^6.1.0",
|
"json-schema-ref-parser": "^6.1.0",
|
||||||
|
"json-stringify-pretty-compact": "^2.0.0",
|
||||||
"lunr": "2.3.6",
|
"lunr": "2.3.6",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"marked": "^0.6.1",
|
"marked": "^0.7.0",
|
||||||
"memoize-one": "^5.0.0",
|
"memoize-one": "^5.0.0",
|
||||||
"mobx-react": "^5.4.3",
|
"mobx-react": "^5.4.3",
|
||||||
"openapi-sampler": "1.0.0-beta.14",
|
"openapi-sampler": "1.0.0-beta.14",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user