mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "@gitbook/react-openapi",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "0.7.1",
|
|
"dependencies": {
|
|
"@scalar/api-client-react": "1.0.87",
|
|
"@scalar/openapi-parser": "^0.10.4",
|
|
"@scalar/openapi-types": "^0.1.6",
|
|
"classnames": "^2.5.1",
|
|
"flatted": "^3.2.9",
|
|
"swagger2openapi": "^7.0.8",
|
|
"usehooks-ts": "^3.1.0",
|
|
"yaml": "1.10.2"
|
|
},
|
|
"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",
|
|
"clean": "rm -rf ./dist"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|