Files
gitbook/packages/react-math/package.json
T
2024-07-18 21:00:50 +02:00

12 lines
210 B
JSON

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