{
  "name": "react-edit-to-html",
  "version": "1.2.24",
  "author": "BEO Software (https://beo-software.in/)",
  "homepage": "https://beo-software.in/",
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "react",
    "html-editor",
    "edit-to-html",
    "react-edit-to-html",
    "javascript",
    "js",
    "typescript",
    "js-templates",
    "template-builder",
    "drag-and-drop",
    "email-templates",
    "invoice-builder",
    "table-builder",
    "sub-tables",
    "handlebars",
    "liquid",
    "scriban",
    "pdf-generator",
    "wysiwyg",
    "wysiwyg-html-editor",
    "canvas-editor",
    "react-component"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./dist/react-edit-to-html.css": "./dist/react-edit-to-html.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "oxlint",
    "preview": "vite preview",
    "publish:patch": "npm run build && npm version patch && npm publish",
    "release": "npm run build && npm publish"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "lucide-react": "^1.25.0",
    "pdfjs-dist": "^6.1.200"
  },
  "devDependencies": {
    "@types/node": "^24.13.2",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.3",
    "autoprefixer": "^10.5.4",
    "oxlint": "^1.71.0",
    "postcss": "^8.5.22",
    "postcss-prefix-selector": "^2.1.1",
    "tailwindcss": "^3.4.1",
    "typescript": "~6.0.2",
    "vite": "^8.1.1",
    "vite-plugin-dts": "^5.0.3"
  }
}