mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
4cbcc5bb20
Co-authored-by: Brett Jephson <brett@gitbook.io>
42 lines
962 B
JSON
42 lines
962 B
JSON
{
|
|
"name": "@gitbook/react-openapi",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "0.6.0",
|
|
"dependencies": {
|
|
"@scalar/api-client-react": "0.3.7",
|
|
"@scalar/oas-utils": "0.1.6",
|
|
"classnames": "^2.5.1",
|
|
"flatted": "^3.2.9",
|
|
"openapi-types": "^12.1.3",
|
|
"yaml": "1.10.2",
|
|
"swagger2openapi": "^7.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/swagger2openapi": "^7.0.4",
|
|
"bun-types": "^1.1.20",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"unit": "bun test",
|
|
"dev": "tsc -w"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|