{
  "name": "nilfam-editor",
  "version": "1.0.4",
  "description": "A powerful, customizable rich-text editor built with TipTap, React, and Tailwind CSS. Supports RTL/LTR text, resizable media (images/videos), tables, code blocks, font styling, and more for an enhanced content creation experience.",
  "keywords": [
    "rich-text-editor",
    "tiptap",
    "react",
    "tailwindcss",
    "text-editor",
    "wysiwyg",
    "rtl-support",
    "media-resize",
    "custom-table",
    "font-styling",
    "code-block",
    "content-editing",
    "nilfam-editor",
    "web-editor"
  ],
  "author": "mehr1300",
  "license": "MIT",
  "type": "module",
  "main": "./dist/nilfam-editor.umd.js",
  "module": "./dist/nilfam-editor.es.js",
  "exports": {
    ".": {
      "import": "./dist/nilfam-editor.es.js",
      "require": "./dist/nilfam-editor.umd.js"
    },
    "./nilfam-editor.css": "./dist/nilfam-editor.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@tailwindcss/postcss": "^4.0.17",
    "@tiptap/core": "^2.11.7",
    "@tiptap/extension-bullet-list": "^2.11.7",
    "@tiptap/extension-code-block-lowlight": "^2.11.7",
    "@tiptap/extension-heading": "^2.11.7",
    "@tiptap/extension-highlight": "^2.11.7",
    "@tiptap/extension-image": "^2.11.7",
    "@tiptap/extension-link": "^2.11.7",
    "@tiptap/extension-list-item": "^2.11.7",
    "@tiptap/extension-ordered-list": "^2.11.7",
    "@tiptap/extension-table": "^2.11.7",
    "@tiptap/extension-table-cell": "^2.11.7",
    "@tiptap/extension-table-header": "^2.11.7",
    "@tiptap/extension-table-row": "^2.11.7",
    "@tiptap/extension-text-align": "^2.11.7",
    "@tiptap/extension-text-style": "^2.11.7",
    "@tiptap/react": "^2.11.7",
    "@tiptap/starter-kit": "^2.11.7",
    "highlight.js": "^11.11.1",
    "lowlight": "^3.3.0",
    "postcss": "^8.5.3",
    "prosemirror-state": "^1.4.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tailwindcss": "^4.0.17"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react-swc": "^3.8.0",
    "eslint": "^9.21.0",
    "eslint-plugin-react-hooks": "^5.1.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^15.15.0",
    "vite": "^6.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mehr1300/nilfam-editor"
  }
}
