react-mathjax-preview
Version:
The MathJax React component you were looking for.
62 lines (61 loc) • 1.43 kB
JSON
{
"name": "react-mathjax-preview",
"version": "2.2.6",
"description": "The MathJax React component you were looking for.",
"author": "Mehdi Sadeghi",
"homepage": "https://github.com/mehdisadeghi/react-mathjax-preview",
"license": "MIT",
"repository": "https://github.com/mehdisadeghi/react-mathjax-preview",
"keywords": [
"react",
"react-component",
"mathjax",
"tex",
"asciimath",
"mathml"
],
"main": "dist/index.js",
"files": [
"dist/index.*"
],
"peerDependencies": {
"prop-types": "^15",
"react": "^16 || ^17",
"react-dom": "^16 || ^17"
},
"scripts": {
"start": "parcel serve -p 3000 index.html",
"build": "parcel build --target main --no-optimize index.jsx",
"build:demo": "parcel build --target demo --no-optimize index.html --dist-dir dist/demo",
"test": "jest"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"parcel": "^2.3.2",
"prop-types": "^15",
"react": "^16 || ^17",
"react-dom": "^16 || ^17"
},
"dependencies": {
"dompurify": "^2.0.8"
},
"targets": {
"main": {},
"demo": {}
},
"jest": {
"transform": {
"\\.[jt]sx?$": "babel-jest"
},
"testEnvironment": "jsdom"
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
]
}
}