{
  "name": "@plane/document-editor",
  "version": "0.0.1",
  "description": "Package that powers Plane's Pages Editor",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist/**/*"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "module": "./dist/index.mjs"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "check-types": "tsc --noEmit"
  },
  "peerDependencies": {
    "next": "12.3.2",
    "next-themes": "^0.2.1",
    "react": "^18.2.0",
    "react-dom": "18.2.0"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.17",
    "@plane/ui": "*",
    "@plane/editor-core": "*",
    "@popperjs/core": "^2.11.8",
    "@tiptap/core": "^2.1.7",
    "@tiptap/extension-code-block-lowlight": "^2.1.11",
    "@tiptap/extension-horizontal-rule": "^2.1.11",
    "@tiptap/extension-list-item": "^2.1.11",
    "@tiptap/extension-placeholder": "^2.1.11",
    "@tiptap/suggestion": "^2.1.7",
    "@types/node": "18.15.3",
    "@types/react": "^18.2.5",
    "@types/react-dom": "18.0.11",
    "class-variance-authority": "^0.7.0",
    "clsx": "^1.2.1",
    "eslint": "8.36.0",
    "eslint-config-next": "13.2.4",
    "eventsource-parser": "^0.1.0",
    "highlight.js": "^11.8.0",
    "lowlight": "^3.0.0",
    "lucide-react": "^0.244.0",
    "react-markdown": "^8.0.7",
    "react-popper": "^2.3.0",
    "tailwind-merge": "^1.14.0",
    "tippy.js": "^6.3.7",
    "tiptap-markdown": "^0.8.2",
    "use-debounce": "^9.0.4"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "postcss": "^8.4.29",
    "tailwind-config-custom": "*",
    "tsconfig": "*",
    "tsup": "^7.2.0",
    "typescript": "4.9.5"
  },
  "keywords": [
    "editor",
    "rich-text",
    "markdown",
    "nextjs",
    "react"
  ]
}