UNPKG

similiquedicta

Version:
69 lines (68 loc) 1.65 kB
{ "name": "@draft-js-plugins/emoji", "version": "4.5.5", "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.0.0", "@draft-js-plugins/utils": "^4.2.0", "@types/lodash": "^4.14.178", "clsx": "^1.0.4", "emoji-toolkit": "^6.6.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.4.0", "react-icons": "^4.3.1", "to-style": "^1.3.3" }, "peerDependencies": { "draft-js": "^0.10.1 || ^0.11.0", "react": "^16.8.0 || ^17.0.0" }, "devDependencies": { "@types/react-icons": "3.0.0" }, "publishConfig": { "access": "public" } }