mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
d1bd02a6f5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
35 lines
844 B
JSON
35 lines
844 B
JSON
{
|
|
"name": "@gitbook/react-openapi",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "0.4.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"
|
|
}
|
|
}
|