UNPKG

react-mathlive

Version:

An interactive math input for react.

47 lines (46 loc) 981 B
{ "name": "react-mathlive", "version": "3.0.5-preview.1", "description": "An interactive math input for react.", "main": "dist/index.js", "files": [ "/dist" ], "types": "dist/index.d.ts", "repository": { "url": "https://github.com/concludio/react-mathlive" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest --coverage", "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls" }, "author": "Fabian Grewing", "license": "MIT", "keywords": [ "react", "math", "editor", "input", "interactive", "wysiwyg", "latex" ], "devDependencies": { "@testing-library/react": "^8.0.7", "@types/jest": "^24.0.16", "@types/react": "^16.7.22", "@types/react-dom": "^16.0.11", "coveralls": "^3.0.5", "identity-obj-proxy": "^3.0.0", "jest": "^25.2.0", "ts-jest": "^25.3.0", "typescript": "^3.9.5" }, "dependencies": { "mathlive": ">= 0.55.0 < 1", "react": "^16.7.0", "react-dom": "^16.7.0" } }