UNPKG

1.01 kBJSONView Raw
1{
2 "name": "draft-js-plugins-editor",
3 "version": "2.1.1",
4 "description": "Editor for DraftJS Plugins",
5 "author": {
6 "name": "Nik Graf",
7 "email": "nik@nikgraf.com",
8 "url": "http://www.nikgraf.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/draft-js-plugins/draft-js-plugins.git"
13 },
14 "main": "lib/index.js",
15 "keywords": [
16 "editor",
17 "wysiwyg",
18 "draft",
19 "react",
20 "ux",
21 "components",
22 "widget",
23 "react-component"
24 ],
25 "scripts": {
26 "build": "BABEL_ENV=production ../node_modules/.bin/babel --out-dir='lib' --ignore='__tests__/*' src",
27 "prepublish": "npm run build"
28 },
29 "license": "MIT",
30 "dependencies": {
31 "decorate-component-with-props": "^1.0.2",
32 "find-with-regex": "^1.1.3",
33 "immutable": "~3.7.4",
34 "prop-types": "^15.5.8",
35 "union-class-names": "^1.0.0"
36 },
37 "peerDependencies": {
38 "draft-js": "^0.10.1",
39 "react": "^15.5.0 || ^16.0.0-rc",
40 "react-dom": "^15.5.0 || ^16.0.0-rc"
41 }
42}