@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.31.2",
"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.31.1",
"@pie-lib/render-ui": "^4.35.2",
"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.22.1"
},
"scripts": {},
"gitHead": "193452b38b22d6fc622490ab3194221c2c575793"
}