Files
gitbook/packages/react-openapi/package.json
T
2025-02-06 10:47:23 +01:00

47 lines
1.1 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",
"@scalar/oas-utils": "^0.2.101",
"classnames": "^2.5.1",
"flatted": "^3.2.9",
"swagger2openapi": "^7.0.8",
"react-aria-components": "^1.6.0",
"react-aria": "^3.37.0",
"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"
]
}