UNPKG

react-native-math-view

Version:
59 lines (58 loc) 1.31 kB
{ "name": "react-native-math-view", "version": "3.9.5", "description": "Math view for react-native", "main": "src", "esnext": "src", "nativePackage": true, "scripts": { "release": "node ./scripts/publish", "start": "cd MathExample && npm start", "dev": "node ./scripts/dev", "tsc": "node ./scripts/dev --tsc" }, "keywords": [ "react-native", "math", "KaTeX", "LaTex", "MathJax", "math view", "math-view", "rn", "latex" ], "author": "ShaMan123 (https://github.com/ShaMan123)", "license": "", "repository": { "type": "git", "url": "https://github.com/ShaMan123/react-native-math-view.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "hast-util-from-selector": "^2.0.0", "lodash": "^4.17.21", "mathjax-full": "^3.1.4", "transformation-matrix": "^2.8.0" }, "peerDependencies": { "react-native": "*", "react-native-svg": "*" }, "devDependencies": { "@types/lodash": "^4.14.169", "@types/react": "^17.0.6", "@types/react-native": "^0.64.5", "fs-extra": "^10.0.0", "path": "^0.12.7", "semver": "^7.3.5", "typescript": "^4.2.4", "yargs": "^17.0.1" }, "resolutions": { "react": "*", "react-native": "*" } }