{
  "name": "react_typescript_editor",
  "version": "0.4.5",
  "type": "module",
  "license": "MIT",
  "description": "A rich text editor built with contenteditable + React + TypeScript.",
  "keywords": [
    "react",
    "typescript",
    "editor",
    "rich-text",
    "frontend",
    "component",
    "react editor",
    "react-editor",
    "react-typescript-editor",
    "react-rich-text-editor"
  ],
  "author": "Arun Kumar MR",
  "main": "dist/react-editor.cjs",
  "module": "dist/react-editor.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/react-editor.mjs",
      "require": "./dist/react-editor.cjs"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "media"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "build:lib": "vite build --config vite.lib.config.ts",
    "prepublishOnly": "npm run build:lib",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "dompurify": "^3.4.11",
    "highlight.js": "^11.11.1",
    "html2canvas": "^1.4.1",
    "jspdf": "^4.2.1",
    "katex": "^0.17.0",
    "mathjax-full": "^3.2.1"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/dompurify": "^3.0.5",
    "@types/katex": "^0.16.8",
    "@types/node": "^24.12.3",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.1",
    "eslint": "^10.3.0",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-react-refresh": "^0.5.2",
    "globals": "^17.6.0",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "typescript": "~6.0.2",
    "typescript-eslint": "^8.59.2",
    "vite": "^8.0.12",
    "vite-plugin-dts": "^5.0.3",
    "vite-plugin-svgr": "^5.2.0"
  }
}
