-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.37 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
{
"name": "react-native-mathjax-html-to-text-svg-regexfix",
"version": "1.0.22",
"description": "An essential React Native component for rendering mathematical expressions in HTML using the power of MathJax. Harness the capabilities of MathJax effortlessly. Supercharge your app with effortless MathJax functionality, all without the need for react-native-webview.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vis-cognitionis/react-native-mathjax-html-to-text-svg.git"
},
"main": "index.js",
"keywords": [
"react-native",
"react-native-mathjax",
"react-native-mathjax-svg",
"react-native-mathjax-text-svg",
"react-native-mathjax-html-to-text-svg",
"mathjax-text-svg",
"mathjax",
"svg",
"mathjax-svg",
"mathjax-react-native",
"react-native-latex",
"react-native-latex-svg"
],
"author": "Vis Cognitionis <omeralemdar94@gmail.com> (https://github.com/vis-cognitionis)",
"bugs": {
"url": "https://github.com/emile818/react-native-mathjax-html-to-text-svg"
},
"packageManager": "yarn@v1.22.19",
"engines": {
"node": ">= 16.0.0"
},
"dependencies": {
"html-entities": "^2.4.0",
"mhchemparser": "^4.2.1"
},
"homepage": "https://github.com/emile818/react-native-mathjax-html-to-text-svg",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}