{
  "name": "ory-editor-plugins-button",
  "version": "0.0.2",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "author": "ORY GmbH",
  "license": "GNU Lesser General Public License v3.0",
  "scripts": {
    "build": "npm-run-all --parallel build:lib build:css",
    "build:watch": "npm-run-all --parallel build:lib:watch build:css:watch",
    "build:lib": "tsc -p ./tsconfig.json",
    "build:lib:watch": "npm run build:lib -- --watch",
    "build:css": "postcss -c ../../../../postcss.config.js --dir lib/ src/index.css",
    "build:css:watch": "npm run build:css -- -w",
    "docs": "documentation build ./lib/**/*.js --format md --github -o ../../../../docs/api/plugins/slate.md",
    "prebuild": "npm run clean",
    "clean": "rimraf \"lib/*\""
  },
  "peerDependencies": {
    "@material-ui/core": "^3.0.0",
    "@material-ui/icons": "^3.0.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "dependencies": {
    "@guestbell/slate-common": "0.3.0",
    "@guestbell/slate-edit-blockquote": "0.3.0",
    "@guestbell/slate-edit-list": "0.3.0",
    "deep-rename-keys": "^0.2.1",
    "immutable": "3.8.2",
    "is-hotkey": "0.1.4",
    "lodash.debounce": "4.0.8",
    "lodash.throttle": "4.1.1",
    "ory-editor-core": "^0.0.2",
    "ory-editor-ui": "^0.0.2",
    "parse5": "^3.0.2",
    "ramda": "^0.24.1",
    "react-portal": "4.1.5",
    "redux-undo": "1.0.0-beta9-7",
    "slate": "^0.44.9",
    "slate-html-serializer": "0.7.33",
    "slate-plain-serializer": "^0.6.33",
    "slate-react": "^0.21.15",
    "slate-schema-violations": "0.1.39"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/is-hotkey": "0.1.1",
    "@types/lodash.debounce": "4.0.4"
  },
  "gitHead": "08f1b59267e7139e51ea1c27fb1769a45dd05693"
}
