-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 958 Bytes
/
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
{
"name": "react-hook-mathjax",
"version": "2.0.5",
"description": "Lightweight package using MathJax to allow inline rendering of latex as svg elements",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib && tsc",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpribyl/react-hook-mathjax.git"
},
"keywords": [
"react",
"hook",
"hooks",
"mathjax",
"latex",
"svg",
"render"
],
"author": "Johnny Pribyl",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpribyl/react-hook-mathjax/issues"
},
"homepage": "https://github.com/jpribyl/react-hook-mathjax#readme",
"devDependencies": {
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^4.0.3"
}
}