{
  "name": "draft-js-code-block-plugin",
  "version": "0.0.31",
  "main": "lib/index.js",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf lib && rimraf dist && rimraf .cache",
    "lint": "standard \"src/**/*.js\" --fix | snazzy",
    "lint:example": "standard \"example/**/*.js\" --fix | snazzy",
    "build": "babel src -d lib --copy-files",
    "build:example": "parcel build example/index.html --no-cache --no-minify --public-url /",
    "watch": "babel src -d lib --copy-files --watch",
    "dev": "parcel example/index.html",
    "prestart": "yarn add pushstate-server",
    "start": "pushstate-server dist"
  },
  "repository": "github:unshift/draft-js-code-block-plugin",
  "dependencies": {
    "classnames": "^2.2.6",
    "decorate-component-with-props": "^1.1.0",
    "draft-js-blocks": "^0.0.20"
  },
  "peerDependencies": {
    "draft-js": "*",
    "immutable": "*",
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "lodash.debounce": "^4.0.8",
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-transform-flow-strip-types": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "body-parser": "^1.18.3",
    "draft-js": "^0.11.0-beta",
    "draft-js-compact": "^0.0.4",
    "draft-js-plugins-editor": "^2.1.1",
    "draft-js-prism-plugin": "^0.1.3",
    "immutable": "^3.8.2",
    "normalize.css": "^8.0.0",
    "npm-patch": "^0.0.43",
    "parcel-bundler": "^1.10.3",
    "prismjs": "^1.15.0",
    "pushstate-server": "^3.0.1",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "react-inspector": "^2.2.2",
    "rimraf": "^2.6.2",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
