UNPKG

equation-editor-react

Version:

Equation editor based on Mathquill for React web apps

69 lines (68 loc) 1.68 kB
{ "name": "equation-editor-react", "version": "0.0.10", "description": "Equation editor based on Mathquill for React web apps", "main": "lib/index.js", "module": "lib/index.es.js", "jsnext:main": "lib/index.es.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "rebuild": "rm -rf node_modules && rm -f yarn.lock && yarn", "pkg": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/flw0/equation-editor-react.git" }, "keywords": [ "typescript", "mathematics", "math", "equations", "demo", "mathquill", "react", "latex", "editor", "equation-editor" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/flw0/equation-editor-react/issues" }, "files": [ "lib/*", "src/*" ], "resolutions": { "jest": "24.9.0", "babel-jest": "^24.9.0", "babel-loader": "8.1.0", "webpack": "4.42.0", "webpack-dev-server": "3.10.3" }, "dependencies": { "jquery": "^3.4.1", "mathquill": "^0.10.1-a" }, "homepage": "https://flw0.github.io/equation-editor-react/", "devDependencies": { "@types/react": "^16.9.33", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts-ts": "^3.1.0", "rollup": "^2.3.4", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.2", "rollup-plugin-scss": "^2.1.0", "rollup-plugin-typescript2": "^0.27.0", "typescript": "^3.8.3", "@types/jquery": "^3.3.34" }, "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" } }