last-draft-js-toolbar-plugin
Version:
LastDraft Toolbar Plugin for DraftJS
68 lines (67 loc) • 1.96 kB
JSON
{
"name": "last-draft-js-toolbar-plugin",
"version": "1.2.0",
"description": "LastDraft Toolbar Plugin for DraftJS",
"authors": [
"Benjamin Kniffler <benjamin@kniffler.com> (https://github.com/bkniffler)",
"Nik Graf <nik@nikgraf.com> (http://www.nikgraf.com)",
"Steven Iseki <stevenisekimartin@gmail.com> (https://github.com/StevenIseki)",
"Marcelo Jorge Vieira <metal@alucinados.com> (https://github.com/marcelometal)"
],
"repository": {
"type": "git",
"url": "https://github.com/vacenz/last-draft-js-plugins.git"
},
"main": "lib/index.js",
"keywords": [
"editor",
"wysiwyg",
"draft",
"react",
"ux",
"components",
"widget",
"react-component"
],
"scripts": {
"build": "npm run build:js && npm run build:css",
"build:js": "babel src --out-dir lib",
"build:css": "webpack --config ./webpack.config.js"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-cli": "^6.18.0",
"babel-core": "^6.7.6",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"babel-runtime": "^6.6.1",
"css-loader": "^0.26.1",
"draft-js": "0.10.1",
"extract-text-webpack-plugin": "^2.0.0",
"postcss-loader": "^1.3.3",
"react": "15.5.0",
"react-dom": "15.5.0",
"style-loader": "^0.13.2",
"webpack": "^2.2.1"
},
"peerDependencies": {
"draft-js": "0.10.1",
"react": "15.5.0",
"react-dom": "15.5.0"
},
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"draft-js-buttons": "^2.0.0-rc2",
"draft-js-buttons-plugin": "1.2.0",
"draft-js-modal-plugin": "1.2.0",
"union-class-names": "^1.0.0"
}
}