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.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",
|
|
"swagger2openapi": "^7.0.8",
|
|
"yaml": "1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/swagger2openapi": "^7.0.4",
|
|
"bun-types": "^1.1.20",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"recoil": "^0.7.7"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"unit": "bun test",
|
|
"dev": "tsc -w",
|
|
"clean": "rm -rf ./dist"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|