{
  "name": "@draft-js-plugins/emoji",
  "version": "4.6.7",
  "sideEffects": [
    "*.css"
  ],
  "description": "Emoji Plugin for DraftJS",
  "author": {
    "name": "Nik Graf",
    "email": "nik@nikgraf.com",
    "url": "http://www.nikgraf.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/draft-js-plugins/draft-js-plugins.git"
  },
  "main": "lib/index.cjs.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "files": ["lib"],
  "keywords": [
    "editor",
    "wysiwyg",
    "draft",
    "react",
    "ux",
    "components",
    "widget",
    "react-component"
  ],
  "scripts": {
    "clean": "yarn rimraf lib",
    "build": "yarn build:js && yarn build:dts && yarn build:css",
    "build:js": "yarn rollup --config ../../rollup.config.js",
    "build:dts": "tsc -d --emitDeclarationOnly --declarationDir lib",
    "build:css": "node ../../scripts/build-css.js $(pwd)",
    "test": "jest"
  },
  "license": "MIT",
  "dependencies": {
    "@draft-js-plugins/buttons": "^4.3.3",
    "@draft-js-plugins/utils": "^4.2.1",
    "@popperjs/core": "^2.11.8",
    "@types/lodash": "^4.14.195",
    "clsx": "^1.2.1",
    "emoji-toolkit": "^7.0",
    "emojibase": "^6.1.0",
    "emojibase-data": "^7.0.1",
    "immutable": "~3.7.4",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "prop-types": "^15.8.1",
    "react-custom-scrollbars-2": "^4.5.0",
    "react-icons": "^4.9.0",
    "react-popper": "^2.3.0",
    "to-style": "^1.3.3"
  },
  "peerDependencies": {
    "draft-js": "^0.10.1 || ^0.11.0",
    "react": "^16.8.0 || ^17.0.0 || >=18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
  },
  "devDependencies": {
    "@types/react-icons": "3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
