{
  "name": "perfecttense-editor-instant-load",
  "version": "1.3.11",
  "description": "React editor with instant grammar corrections using PerfectTense",
  "author": "Yining Wang",
  "license": "UNLICENSED",
  "browser": "dist/index.umd.js",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && yarn lint"
    }
  },
  "scripts": {
    "build": "rm -rf dist/ && rollup -c",
    "start": "rm -rf dist/ && rollup -c -w",
    "test": "jest",
    "prepublish": "yarn build",
    "postpublish": "bash purge.bash $npm_package_name latest",
    "lint": "eslint \"src/**/*.js\" --fix --max-warnings=381"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.4",
    "@emotion/core": "^10.0.14",
    "@emotion/styled": "^10.0.14",
    "axios": "^0.18.0",
    "classnames": "^2.2.6",
    "core-js": "^2.5.7",
    "css.escape": "^1.5.1",
    "immutable": "^4.0.0-rc.9",
    "lodash": "^4.17.5",
    "quill-delta": "^3.6.3",
    "react": "^16.4.1",
    "react-app-polyfill": "^1.0.1",
    "react-dom": "^16.4.1",
    "react-icons": "^2.2.7",
    "resize-observer-polyfill": "^1.5.0",
    "rxjs": "^6.2.1",
    "socket.io-client": "^2.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-class-properties": "^7.5.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@types/react": "^16.8.23",
    "@types/react-dom": "^16.8.5",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.7.1",
    "babel-loader": "^8.0.5",
    "babel-polyfill": "^6.26.0",
    "dom-testing-library": "^4.0.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-jest": "^22.4.1",
    "eslint-plugin-react": "^7.12.4",
    "gh-pages": "^1.2.0",
    "jasmine-check": "^1.0.0-rc.0",
    "jest": "^24.7.1",
    "jest-css-modules": "^2.0.0",
    "jest-dom": "^3.1.3",
    "jest-environment-jsdom": "^23.4.0",
    "jsdom": "^15.0.0",
    "prettier": "^1.17.0",
    "pretty-quick": "^1.10.0",
    "react-scripts": "^1.1.1",
    "rollup": "^1.10.1",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-bundle-size": "^1.0.3",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-image": "^1.0.2",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-resolve": "^4.2.3",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-progress": "^1.1.1",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^4.0.4",
    "rollup-plugin-uglify": "^6.0.2",
    "rollup-plugin-url": "^2.2.1",
    "rollup-watch": "^4.3.1",
    "testcheck": "^1.0.0-rc.2",
    "typescript": "^3.5.3"
  },
  "files": [
    "dist"
  ]
}
