{
  "name": "@hansevision/tp-richtexteditor-control",
  "version": "1.6.0",
  "description": "This package provides a reusable rich text editor control for internal usage in HV components.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf dist",
    "build": "rollup -c rollup.config.mjs",
    "build:watch": "rollup -c rollup.config.mjs --watch",
    "prebuild": "npm run clean",
    "package": "npm run build && npm pack"
  },
  "author": "HanseVision",
  "license": "UNLICENSED",
  "peerDependencies": {
    "@fluentui/react": ">=8.0.0",
    "@microsoft/sp-webpart-base": ">=1.4.0",
    "@pnp/sp": ">=1.3.0",
    "@syncfusion/ej2-base": ">=29.0.0",
    "@syncfusion/ej2-react-richtexteditor": ">=29.0.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "rxjs": ">=6.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@fluentui/react": "8.122.1",
    "@microsoft/sp-core-library": "~1.4.0",
    "@microsoft/sp-listview-extensibility": "~1.4.0",
    "@microsoft/sp-webpart-base": "~1.4.0",
    "@pnp/sp": "^1.3.11",
    "@rollup/plugin-babel": "^6.1.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@syncfusion/ej2-base": "29.1.33",
    "@syncfusion/ej2-react-richtexteditor": "29.1.34",
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.1",
    "i18next": "^25.8.14",
    "postcss": "^8.4.47",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^5.0.10",
    "rollup": "^3.29.5",
    "rollup-plugin-postcss": "^4.0.2",
    "rxjs": "^7.5.4",
    "sass": "^1.83.0",
    "tslib": "^2.8.1",
    "typescript": "^5.7.2"
  },
  "keywords": [
    "spfx",
    "sharepoint",
    "react",
    "RichTextEditor",
    "component",
    "Syncfusion"
  ],
  "volta": {
    "node": "16.20.2"
  }
}
