@pie-lib/math-toolbar
Version:
Math toolbar for editing math equations
40 lines (39 loc) • 905 B
JSON
{
"name": "@pie-lib/math-toolbar",
"publishConfig": {
"access": "public"
},
"version": "1.19.0",
"description": "Math toolbar for editing math equations",
"keywords": [
"math",
"toolbar",
"equations",
"expressions"
],
"repository": "pie-framework/pie-lib",
"main": "lib/index.js",
"module": "src/index.jsx",
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.8.3",
"@material-ui/icons": "^3.0.2",
"@pie-lib/math-input": "^6.19.0",
"@pie-lib/render-ui": "^4.23.0",
"classnames": "^2.2.6",
"debug": "^4.1.1",
"keycode": "^2.2.0",
"lodash": "^4.17.11",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.1",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@pie-lib/test-utils": "^0.10.0"
},
"scripts": {},
"gitHead": "7ca3b0a214af57d742b4a9de6d8b424d31da1469"
}