Files
dependabot[bot] 38775eef01 build(deps): bump the npm_and_yarn group across 2 directories with 5 updates (#620)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Farnabaz <farnabaz@gmail.com>
2026-09-15 12:41:11 +02:00

46 lines
1.0 KiB
JSON

{
"name": "@streamdown/math",
"version": "1.0.2",
"description": "KaTeX math rendering plugin for Streamdown",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/streamdown.git",
"directory": "packages/streamdown-math"
},
"license": "Apache-2.0",
"author": "Hayden Bleasel <hayden.bleasel@vercel.com>",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:coverage": "vitest --coverage run"
},
"dependencies": {
"katex": "^0.16.27",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.10",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"vitest": "^5.0.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
}
}