Files
gitbook/packages/react-openapi/package.json
T
2025-10-16 10:22:52 +02:00

61 lines
1.7 KiB
JSON

{
"name": "@gitbook/react-openapi",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"version": "1.5.2",
"sideEffects": false,
"dependencies": {
"@gitbook/expr": "workspace:*",
"@gitbook/openapi-parser": "workspace:*",
"@scalar/api-client-react": "catalog:",
"@scalar/oas-utils": "^0.2.130",
"@scalar/types": "^0.1.9",
"classnames": "catalog:",
"flatted": "^3.2.9",
"json-xml-parse": "^1.3.0",
"react-aria-components": "^1.13.0",
"react-aria": "^3.44.0",
"react-stately": "^3.42.0",
"usehooks-ts": "catalog:",
"zustand": "^5.0.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"bun-types": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:"
},
"overrides": {
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"scripts": {
"build": "tsdown",
"typecheck": "tsc --noEmit",
"unit": "bun test",
"dev": "bun run build -- --watch ./src",
"clean": "rm -rf ./dist"
},
"files": ["dist", "README.md", "CHANGELOG.md"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}