UNPKG

1.13 kBJSONView Raw
1{
2 "name": "react-mathjax-preview",
3 "version": "0.1.12",
4 "description": "The MathJax React component you were looking for.",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "files": [
8 "css",
9 "es",
10 "lib",
11 "umd"
12 ],
13 "scripts": {
14 "build": "nwb build-react-component",
15 "clean": "nwb clean-module && nwb clean-demo",
16 "start": "nwb serve-react-demo",
17 "test": "nwb test-react",
18 "test:coverage": "nwb test-react --coverage",
19 "test:watch": "nwb test-react --server"
20 },
21 "dependencies": {
22 "dompurify": "^1.0.10",
23 "load-script": "^1.0.0"
24 },
25 "peerDependencies": {
26 "react": "15.x || 16.x"
27 },
28 "devDependencies": {
29 "nwb": "^0.23.0",
30 "react": "^15.6.1",
31 "react-dom": "^15.6.1"
32 },
33 "resolutions": {
34 "nwb/**/webpack-dev-server": "^3.1.11"
35 },
36 "author": "Mehdi Sadeghi",
37 "homepage": "https://github.com/mehdisadeghi/react-mathjax-preview",
38 "license": "MIT",
39 "repository": "https://github.com/mehdisadeghi/react-mathjax-preview",
40 "keywords": [
41 "react",
42 "react-component",
43 "mathjax",
44 "tex",
45 "asciimath",
46 "mathml"
47 ]
48}