Files
gitbook/packages/react-math/package.json
T
github-actions[bot] 7377928c8a Version Packages (#2385)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-18 21:05:22 +02:00

12 lines
210 B
JSON

{
"name": "@gitbook/react-math",
"exports": "./src/index.ts",
"version": "0.1.0",
"dependencies": {
"object-hash": "^3.0.0"
},
"peerDependencies": {
"react": "*"
}
}