-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 958 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 958 Bytes
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
{
"name": "react-native-mathjax-svg",
"version": "0.9.9",
"description": "React Native component to display latex using MathJax. Uses [MathJax](https://github.com/mathjax/)",
"repository": {
"type": "git",
"url": "git+https://github.com/railsjack/react-native-mathjax-svg.git"
},
"main": "index.js",
"scripts": {
"lint": "eslint ./"
},
"keywords": [
"react-native",
"mathjax",
"svg",
"mathjax-svg"
],
"author": "Nahrae <jinnahrae@gmail.com>",
"dependencies": {},
"peerDependencies": {},
"devDependencies": {
"@types/react": "^17.0.11",
"@types/react-native": "^0.64.10",
"react-native-svg": "^12.1.1",
"typescript": "^4.3.4"
},
"bugs": {
"url": "https://github.com/railsjack/react-native-mathjax-svg.git"
},
"homepage": "https://github.com/railsjack/react-native-mathjax-svg.git",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}