{
  "name": "@toptal/picasso-rich-text-editor",
  "version": "18.0.0",
  "description": "Picasso rich text editor",
  "author": "Toptal",
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-rich-text-editor#readme",
  "license": "MIT",
  "main": "./dist-package/src/index.js",
  "module": "./dist-package/src/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toptal/picasso.git"
  },
  "scripts": {
    "build:package": "tsc -b tsconfig.json",
    "prepublishOnly": "yarn build:package"
  },
  "bugs": {
    "url": "https://github.com/toptal/picasso/issues"
  },
  "peerDependencies": {
    "@lexical/link": "0.11.3",
    "@lexical/list": "0.11.3",
    "@lexical/rich-text": "0.11.3",
    "@lexical/selection": "0.11.3",
    "@lexical/text": "0.11.3",
    "@lexical/utils": "0.11.3",
    "@material-ui/core": "4.12.4",
    "@toptal/picasso-shared": "^15.0.0",
    "react": ">=16.12.0 < 19.0.0",
    "react-dom": ">=16.12.0 < 19.0.0",
    "typescript": "~4.7.0",
    "@toptal/picasso-tailwind-merge": "^2.0.0",
    "@toptal/picasso-tailwind": ">=2.7"
  },
  "dependencies": {
    "@emoji-mart/data": "^1.2.1",
    "@emoji-mart/react": "^1.1.1",
    "@lexical/html": "0.11.3",
    "@lexical/react": "0.11.3",
    "@toptal/picasso-container": "3.1.4",
    "@toptal/picasso-button": "5.0.0",
    "@toptal/picasso-icons": "1.15.2",
    "@toptal/picasso-file-input": "5.0.0",
    "@toptal/picasso-image": "3.0.5",
    "@toptal/picasso-outlined-input": "5.0.0",
    "@toptal/picasso-list": "5.0.21",
    "@toptal/picasso-link": "4.0.0",
    "@toptal/picasso-select": "5.0.0",
    "@toptal/picasso-input-adornment": "4.0.0",
    "@toptal/picasso-typography": "5.0.0",
    "@toptal/picasso-modal": "4.0.0",
    "@toptal/picasso-form": "7.0.0",
    "@toptal/picasso-input": "5.0.0",
    "@toptal/picasso-utils": "4.0.0",
    "classnames": "^2.5.1",
    "emoji-mart": "^5.5.2",
    "hast-to-hyperscript": "^9.0.1",
    "hast-util-from-dom": "^3.0.0",
    "hast-util-sanitize": "^3.0.2",
    "hast-util-to-dom": "^3.1.1",
    "hast-util-to-html": "^7.1.3",
    "lexical": "0.11.3"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "jsdom": "^26.1.0",
    "@material-ui/core": "4.12.4",
    "@testing-library/react-hooks": "^8.0.1",
    "@toptal/picasso-test-utils": "2.0.0",
    "@toptal/picasso-tailwind-merge": "2.0.4",
    "@types/classnames": "^2.3.1"
  },
  "sideEffects": false,
  "exports": {
    ".": "./dist-package/src/index.js",
    "./utils": "./dist-package/src/utils/index.js",
    "./eager": "./dist-package/src/eager.js"
  },
  "files": [
    "dist-package/**",
    "!dist-package/tsconfig.tsbuildinfo",
    "src",
    "eager.js",
    "eager.d.ts"
  ]
}
