mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
885264f132
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33 lines
751 B
JSON
33 lines
751 B
JSON
{
|
|
"name": "@gitbook/react-math",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "0.6.1",
|
|
"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",
|
|
"clean": "rm -rf ./dist"
|
|
},
|
|
"bin": {
|
|
"gitbook-math": "./bin/gitbook-math.js"
|
|
},
|
|
"files": ["dist", "src", "css", "README.md", "CHANGELOG.md"]
|
|
}
|