{
  "name": "@epam/draft-rte",
  "version": "4.12.4",
  "author": "EPAM",
  "license": "MIT",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "node ../uui-build/scripts/buildModule",
    "prepublish": "yarn build"
  },
  "dependencies": {
    "@epam/assets": "4.5.3",
    "@epam/loveship": "4.12.4",
    "@epam/uui-components": "4.12.4",
    "@epam/uui-core": "4.12.4",
    "@types/draft-js": "0.10.23",
    "classnames": "^2.2.6",
    "draft-convert": "^2.1.2",
    "draft-js": "0.11.7",
    "draft-js-clear-formatting": "^1.0.0",
    "draft-js-plugins-utils": "^2.0.2",
    "immutable": "*",
    "lodash": "^4.17.21",
    "markdown-draft-js": "1.6.0"
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/epam/UUI"
  },
  "gitHead": "2827e13063c9f511f9fd4d946d4c9565494c6737",
  "publishConfig": {
    "directory": "build"
  }
}