{
  "name": "@synapsestudios/draftjs-editor",
  "version": "4.0.0",
  "description": "A customized WYSIWYG editor utilizing Facebook's Draft.js library",
  "repository": {
    "type": "git",
    "url": "git://github.com/synapsestudios/draftjs-editor.git"
  },
  "bugs": {
    "url": "https://github.com/synapsestudios/draftjs-editor/issues"
  },
  "author": "Synapse Studios",
  "main": "lib/index.js",
  "keywords": [
    "react",
    "draft",
    "draftjs",
    "draft.js",
    "WYSIWYG",
    "form",
    "textarea",
    "input"
  ],
  "scripts": {
    "clean": "rm -rf lib && rm -rf .out",
    "build": "npm run clean && babel src -d lib && npm run build-stylus",
    "build-stylus": "stylus styles/index.styl -o lib/draftjs-editor.css && stylus styles/index.styl -c -u autoprefixer-stylus -o lib/draftjs-editor.min.css && cp styles/index.styl lib/draftjs-editor.styl",
    "precommit": "lint-staged",
    "prepublish": "eslint src && npm run build",
    "start": "npm run storybook",
    "storybook": "stylus -w styles/index.styl -u autoprefixer-stylus -c -o styles/index.css & start-storybook -p 5000 -s storybook",
    "storybook-build": "stylus styles/index.styl -u autoprefixer-stylus -c -o styles/index.css && build-storybook -s storybook -o .out",
    "storybook-deploy": "npm run storybook-build && storybook-to-ghpages"
  },
  "dependencies": {
    "draft-js": "~0.10.0",
    "draft-js-export-html": "^1.2.0",
    "prop-types": "^15.5.9"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.35.3",
    "@kadira/storybook-deployer": "^1.2.0",
    "autoprefixer-stylus": "^0.13.0",
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^3.19.0",
    "eslint-config-react-app": "^0.6.2",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-flowtype": "^2.32.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "husky": "^0.13.3",
    "lint-staged": "^3.4.1",
    "prettier": "^1.3.1",
    "react": "^15.3.0",
    "react-dom": "^15.3.0",
    "stylus": "^0.54.5"
  },
  "peerDependencies": {
    "react": "~15.0.0 || ^16.0.0 || ^17.0.0",
    "react-dom": "~15.0.0 || ^16.0.0 || ^17.0.0"
  }
}

