{
  "name": "braft-editor",
  "version": "2.3.9",
  "description": "Rich Text Editor Based On Draft.js",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "author": "Margox",
  "scripts": {
    "start": "webpack-dev-server --config ./build/webpack.development.js -d --history-api-fallback --no-inline --progress --colors --host 0.0.0.0",
    "build": "rm -rf dist/ && NODE_ENV=production webpack --config ./build/webpack.production.js --progress --colors && node ./build/scss-output.js",
    "build-output-css": "node ./build/scss-output.js",
    "lint": "node_modules/eslint/bin/eslint.js .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": "https://github.com/margox/braft",
  "keywords": [
    "braft",
    "draft",
    "draft-js",
    "rich",
    "text",
    "editor",
    "rich-text-editor",
    "wysiwyg"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@types/draft-js": "^0.10.26",
    "@types/react": "^16.7.18",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "css-loader": "^0.28.11",
    "eslint": "^5.4.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-standard": "^4.0.0",
    "extract-text-webpack-plugin": "next",
    "file-loader": "^2.0.0",
    "html-webpack-plugin": "next",
    "node-sass": "^4.12.0",
    "optimize-css-assets-webpack-plugin": "^4.0.2",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-hot-loader": "^4.3.3",
    "sass-loader": "^7.0.3",
    "style-loader": "^0.21.0",
    "url-loader": "^1.0.1",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.0.8",
    "webpack-dev-server": "^3.1.5",
    "webpack-merge": "^4.1.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "braft-convert": "^2.3.0",
    "braft-finder": "^0.0.19",
    "braft-utils": "^3.0.8",
    "draft-convert": "^2.0.0",
    "draft-js": "^0.10.3",
    "draft-js-multidecorators": "^1.0.0",
    "draftjs-utils": "^0.9.4",
    "immutable": "~3.7.4"
  },
  "peerDependencies": {
    "react": "^15.0.2|| ^16.0.0-rc || ^16.0.0",
    "react-dom": "^15.0.2|| ^16.0.0-rc || ^16.0.0"
  }
}
