UNPKG

similiquedicta

Version:
52 lines (51 loc) 1.11 kB
{ "name": "@draft-js-plugins/drag-n-drop", "version": "4.2.1", "sideEffects": [ "*.css" ], "description": "Block Drag & Drop Plugin for DraftJS", "author": { "name": "Benjamin Kniffler", "email": "benjamin@kniffler.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", "build:js": "yarn rollup --config ../../rollup.config.js", "build:dts": "tsc -d", "test": "jest" }, "license": "MIT", "dependencies": { "immutable": "~3.7.4" }, "peerDependencies": { "draft-js": "^0.10.1 || ^0.11.0", "react": "^15.5.0 || ^16.0.0 || ^17.0.0", "react-dom": "^15.5.0 || ^16.0.0 || ^17.0.0" }, "publishConfig": { "access": "public" } }