{
  "name": "@toast-ui/react-editor",
  "version": "3.2.0",
  "description": "TOAST UI Editor for React",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "main": "dist/toastui-react-editor.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "test:types": "tsc",
    "lint": "eslint .",
    "serve": "snowpack dev",
    "build": "webpack build && rollup -c"
  },
  "homepage": "https://ui.toast.com",
  "bugs": {
    "url": "https://github.com/nhn/tui.editor/issues"
  },
  "author": "NHN Cloud FE Development Lab <dl_javascript@nhn.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/nhn/tui.editor.git",
    "directory": "apps/react-editor"
  },
  "license": "MIT",
  "browserslist": "last 2 versions, ie 11",
  "peerDependencies": {
    "react": "^17.0.1"
  },
  "devDependencies": {
    "@types/react": "^17.0.3",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "dependencies": {
    "@toast-ui/editor": "^3.2.0"
  }
}
