mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "@gitbook/react-openapi",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "2.0.0",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@base-ui/react": "catalog:",
|
|
"@gitbook/expr": "workspace:*",
|
|
"@gitbook/openapi-parser": "workspace:*",
|
|
"@scalar/api-client-react": "catalog:",
|
|
"@scalar/oas-utils": "^0.6.3",
|
|
"@scalar/types": "^0.4.0",
|
|
"classnames": "catalog:",
|
|
"flatted": "^3.2.9",
|
|
"js-yaml": "^4.1.0",
|
|
"json-xml-parse": "^1.3.0",
|
|
"usehooks-ts": "catalog:",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"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": ">=17",
|
|
"react-dom": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit",
|
|
"unit": "bun test",
|
|
"dev": "bun run build -- --watch ./src",
|
|
"clean": "rm -rf ./dist",
|
|
"publish-to-npm": "../../scripts/publish-if-new.sh"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/GitbookIO/gitbook"
|
|
}
|
|
}
|