mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 09:06:03 +00:00
cf958bacd1
* Start * Use MathJax v3 * Format * Improve font-size * Lint * Better handle loading * Copy MathJax assets to public folder * Attempt at using local assets for MathJax * Use bun 1.0.31 * Try with bun 1.0.33 * Try fixing headers * Simplify * Simplify and not use suspense module * Cleanup more * Add test for Math * Make math block scroll if needed * Update packages/react-math/src/KaTeX.tsx Co-authored-by: Greg Bergé <berge.greg@gmail.com> * Use React.use * Format * Use exports * Lint * Disable cache in CI for lint * Format --------- Co-authored-by: Greg Bergé <berge.greg@gmail.com>
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"name": "@gitbook/react-openapi",
|
|
"exports": "./src/index.ts",
|
|
"dependencies": {
|
|
"openapi-types": "^12.1.3",
|
|
"classnames": "^2.5.1",
|
|
"json-pointer": "^0.6.2",
|
|
"flatted": "^3.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/json-pointer": "^1.0.34"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|