{
  "name": "@mantine/rte",
  "description": "Rich text editor built with Mantine components",
  "version": "5.10.5",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "author": "Vitaly Rtishchev <rtivital@gmail.com>",
  "sideEffects": false,
  "homepage": "https://mantine.dev/others/rte/",
  "repository": {
    "url": "https://github.com/mantinedev/mantine.git",
    "type": "git",
    "directory": "src/mantine-rte"
  },
  "keywords": [
    "react",
    "next",
    "nextjs",
    "ui",
    "components",
    "ui-kit",
    "library",
    "frontend",
    "text",
    "text-editor",
    "rich-text",
    "quill",
    "quilljs"
  ],
  "peerDependencies": {
    "@mantine/core": "5.10.5",
    "@mantine/hooks": "5.10.5",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@tabler/icons": "^1.119.0",
    "react-quill": "2.0.0",
    "quill-mention": "^3.0.8"
  },
  "devDependencies": {}
}
