{
  "name": "oneteam-rte",
  "version": "2.2.18",
  "description": "Oneteam Rich Text Editor.",
  "repository": {
    "type": "git",
    "url": "git@github.com:oneteam-dev/oneteam-rte.git"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "files": [
    "lib",
    "es"
  ],
  "scripts": {
    "start": "webpack-dev-server --progress",
    "lint": "eslint src",
    "test": "npm run lint",
    "watch": "babel -w -d lib src",
    "clean:lib": "if [ -d lib ]; then rm -rf lib; fi",
    "clean:es": "if [ -d es ]; then rm -rf es; fi",
    "prebuild": "npm run clean:lib && npm run clean:es",
    "build": "npm run build:commonjs && npm run build:es",
    "build:es": "BABEL_ENV=es babel -d es src",
    "build:commonjs": "BABEL_ENV=commonjs babel -d lib src",
    "prepublishOnly": "npm run lint",
    "publish-if-tagged": "/bin/bash scripts/npm-publish.sh",
    "bump-patch-number": "(git branch | grep \\*\\ master > /dev/null) && npm version patch -m 'Version bump to %s' && git push --tags && git push origin master"
  },
  "author": "Oneteam Inc.",
  "contributors": [
    {
      "name": "Atsushi NAGASE",
      "email": "a@ngs.io",
      "url": "http://ngs.io/"
    },
    {
      "name": "Shingo Sato",
      "email": "shinsugar@gmail.com",
      "url": "https://sugarshin.net/"
    }
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": "^16.0.0 || ^15.0.0",
    "react-dom": "^16.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@sugarshin/draft-js-emoji-plugin": "^2.0.1-oneteam.3",
    "classnames": "^2.2.6",
    "draft-js": "^0.10.5",
    "draft-js-block-breakout-plugin": "^2.0.1",
    "draft-js-checkable-list-plugin": "^4.0.2",
    "draft-js-linkify-plugin": "^2.0.1",
    "draft-js-markdown-shortcuts-plugin": "^0.5.0",
    "draft-js-mention-plugin": "^3.0.4",
    "draft-js-oneteam-rte-plugin": "^0.4.6",
    "draft-js-plugins-editor": "^2.1.1",
    "draft-js-prism": "^1.0.6",
    "emojione": "^2.2.7",
    "immutable": "~3.7.4",
    "lodash": "^4.17.10",
    "prismjs": "^1.15.0",
    "prop-types": "^15.6.2",
    "react-bootstrap": "^0.32.1",
    "react-minimal-error-boundary": "^1.0.1",
    "react-oneteam": "^0.4.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.40",
    "@babel/core": "^7.0.0-beta.40",
    "@babel/polyfill": "^7.0.0-beta.40",
    "@babel/preset-es2015": "^7.0.0-beta.40",
    "@babel/preset-es2016": "^7.0.0-beta.40",
    "@babel/preset-es2017": "^7.0.0-beta.40",
    "@babel/preset-react": "^7.0.0-beta.40",
    "@babel/preset-stage-2": "^7.0.0-beta.40",
    "babel-eslint": "^8.2.2",
    "babel-loader": "^8.0.0-beta.0",
    "css-loader": "^1.0.0",
    "eslint": "^4.18.1",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-react": "^7.7.0",
    "file-loader": "^1.1.8",
    "html-webpack-plugin": "^2.30.1",
    "prism-github": "^1.1.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-fa": "^5.0.0",
    "react-hot-loader": "^4.0.0-rc.0",
    "style-loader": "^0.20.2",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.1",
    "url-loader": "^0.6.2",
    "webpack": "^3.11.0",
    "webpack-dev-server": "^2.11.1"
  }
}
