draft-js-buttons
Version:
44 lines (43 loc) • 993 B
JSON
{
"name": "draft-js-buttons",
"version": "2.0.2",
"description": "Buttons for DraftJS",
"author": {
"name": "Nik Graf",
"email": "nik@nikgraf.com"
},
"repository": {
"type": "git",
"url": "https://github.com/draft-js-plugins/draft-js-plugins.git"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
"draft",
"react",
"ux",
"components",
"widget",
"react-component"
],
"scripts": {
"build": "npm run build:js && npm run build:ts",
"build:js": "BABEL_ENV=production ../node_modules/.bin/babel --out-dir='lib' --ignore='__tests__/*' src",
"build:ts": "../node_modules/.bin/cpx src/*.d.ts lib/",
"prepublish": "npm run build"
},
"license": "MIT",
"dependencies": {
"clsx": "^1.0.4"
},
"peerDependencies": {
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^15.5.0 || ^16.0.0-rc",
"react-dom": "^15.5.0 || ^16.0.0-rc"
}
}