{
  "name": "ory-editor-renderer",
  "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:watch": "npm-run-all --parallel build:lib:watch",
    "build:lib": "tsc -p ./tsconfig.json",
    "build:lib:watch": "npm run build:lib -- --watch",
    "docs": "documentation build ./lib/**/*.js --format md --github -o ../../docs/api/renderer.md",
    "prebuild": "npm run clean",
    "clean": "rimraf \"lib/*\""
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "ory-editor-core": "^0.0.2"
  },
  "devDependencies": {
    "@types/react": "16.7.17",
    "@types/slate": "^0.33.4",
    "@types/slate-react": "^0.12.1",
    "ory-editor-plugins-slate": "^0.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "08f1b59267e7139e51ea1c27fb1769a45dd05693"
}
