hztianxu-draft-js-plugins
Version:
A Plugin Architecture on top of Draft.JS
42 lines (41 loc) • 958 B
JSON
{
"name": "draft-js-plugins-editor",
"version": "2.0.0-beta9",
"description": "Editor for DraftJS Plugins",
"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.js",
"keywords": [
"editor",
"wysiwyg",
"draft",
"react",
"ux",
"components",
"widget",
"react-component"
],
"scripts": {
"build": "BABEL_ENV=production ../node_modules/.bin/babel --out-dir='lib' --ignore='__tests__/*' src",
"prepublish": "npm run build"
},
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"draft-js": ">=0.9.1",
"find-with-regex": "^1.0.2",
"immutable": "~3.7.4",
"union-class-names": "^1.0.0"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
}
}