-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.03 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "better-react-mathjax",
"version": "2.0.1",
"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.0"
}
}