mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
ef8eb72364
* fix: clear scalar api client response on close * bun install --------- Co-authored-by: Samy Pessé <samypesse@gmail.com>
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"name": "@gitbook/react-openapi",
|
|
"exports": "./src/index.ts",
|
|
"dependencies": {
|
|
"@scalar/api-client-react": "^0.2.9",
|
|
"@scalar/oas-utils": "0.1.1",
|
|
"classnames": "^2.5.1",
|
|
"flatted": "^3.2.9",
|
|
"json-pointer": "^0.6.2",
|
|
"openapi-types": "^12.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/json-pointer": "^1.0.34"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|