{
  "name": "@yozora/react-mathjax",
  "version": "3.0.0-alpha.15",
  "description": "render formula with mathjax in react",
  "author": {
    "name": "guanghechen",
    "url": "https://github.com/guanghechen/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yozorajs/yozora-react.git",
    "directory": "packages/react-mathjax"
  },
  "homepage": "https://github.com/yozorajs/yozora-react/tree/release-2.x.x/packages/react-mathjax#readme",
  "keywords": [
    "mathjax",
    "react"
  ],
  "type": "module",
  "exports": {
    "types": "./lib/types/index.d.ts",
    "import": "./lib/esm/index.mjs",
    "require": "./lib/cjs/index.cjs"
  },
  "source": "./src/index.ts",
  "types": "./lib/types/index.d.ts",
  "main": "./lib/cjs/index.cjs",
  "module": "./lib/esm/index.mjs",
  "license": "MIT",
  "files": [
    "lib/",
    "!lib/**/*.map",
    "package.json",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@guanghechen/equal": "^1.0.3",
    "@yozora/core-react-constant": "^3.0.0-alpha.12"
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "mathjax-full": "^3.2.2"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 11"
  ],
  "gitHead": "62e624604f76ee19e335fd10242a416a591b79b8"
}
