{
  "name": "better-react-mathjax",
  "version": "2.3.0",
  "description": "Up-to-date component for using MathJax in latest React (using functional components and hooks API). Focuses on being versatile and making the use of MathJax in React a pleasant experience without flashes of non-typeset content, both with respect to initial rendering as well as dynamic updates. Simple to use but with many configuration options.",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fast-reflexes/better-react-mathjax.git"
  },
  "keywords": [
    "MathJax",
    "MathML",
    "Latex",
    "React",
    "AsciiMath"
  ],
  "author": "Elias Lousseief",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fast-reflexes/better-react-mathjax/issues"
  },
  "homepage": "https://github.com/fast-reflexes/better-react-mathjax#readme",
  "peerDependencies": {
    "react": ">=16.8"
  },
  "dependencies": {
    "mathjax-full": "^3.2.2"
  }
}
