mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
304042017c
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 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": "1.0.2",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@gitbook/openapi-parser": "workspace:*",
|
|
"@scalar/api-client-react": "1.0.87",
|
|
"@scalar/oas-utils": "^0.2.101",
|
|
"clsx": "^2.1.1",
|
|
"flatted": "^3.2.9",
|
|
"json-xml-parse": "^1.3.0",
|
|
"react-aria-components": "^1.6.0",
|
|
"react-aria": "^3.37.0",
|
|
"usehooks-ts": "^3.1.0",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.1.20",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.build.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"unit": "bun test",
|
|
"dev": "bun run build -- --watch",
|
|
"clean": "rm -rf ./dist"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|