UNPKG

last-draft-js-plugins

Version:
87 lines (86 loc) 2.76 kB
{ "name": "last-draft-js-plugins", "version": "1.2.0", "description": "Last Draft draft-js-plugins", "scripts": { "lint": "standard '**/*.js'; exit 0", "lint:fix": "standard --fix '**/*.js'; exit 0", "site": "NODE_ENV=prod webpack --config example/webpack.config.prod", "dev": "NODE_ENV=dev webpack-dev-server --port 3000 --inline --hot --config example/webpack.config" }, "standard": { "parser": "babel-eslint" }, "repository": { "type": "git", "url": "https://github.com/vacenz/last-draft-js-plugins.git" }, "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)" ], "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", "decorate-component-with-props": "^1.0.2", "draft-js": "^0.10.1", "draft-js-link-plugin": "1.2.0", "draft-js-embed-plugin": "1.2.0", "last-draft-js-sidebar-plugin": "1.2.0", "last-draft-js-toolbar-plugin": "1.2.0", "draft-js-alignment-plugin": "2.0.0-rc2", "draft-js-drag-n-drop-plugin": "2.0.0-rc2", "draft-js-emoji-plugin": "2.0.0-rc2", "draft-js-focus-plugin": "2.0.0-rc2", "draft-js-hashtag-plugin": "2.0.0-rc2", "draft-js-image-plugin": "2.0.0-rc2", "draft-js-linkify-plugin": "2.0.0-rc2", "draft-js-mention-plugin": "2.0.0-rc2", "draft-js-plugins-editor": "2.0.0-rc2", "draft-js-resizeable-plugin": "2.0.0-rc2", "emojione": "^2.2.6", "enzyme": "^2.7.1", "expect": "^1.20.2", "express": "^4.13.4", "extract-text-webpack-plugin": "^2.0.0", "html-webpack-plugin": "^2.16.0", "immutable": "3.7.4", "jsdom": "^9.11.0", "postcss-loader": "^1.3.3", "react": "15.5.0", "react-dom": "15.5.0", "standard": "^8.6.0", "style-loader": "^0.13.2", "tape": "^4.6.3", "webpack": "^2.2.1", "webpack-dev-server": "2.1.0-beta.12" }, "keywords": [ "ld", "last draft", "last-draft", "draft-js", "draft-js-plugins", "draftjs plugins", "draftjs", "draft.js", "editor", "richtext", "react" ] }