mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
d1bd02a6f5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"name": "@gitbook/react-math",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "0.4.0",
|
|
"dependencies": {
|
|
"object-hash": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3",
|
|
"@types/katex": "^0.16.5"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"dev": "tsc -w"
|
|
}
|
|
}
|