{
  "name": "@ivanholiak/easy-email-extensions",
  "license": "MIT",
  "description": "Email editor",
  "version": "4.16.34",
  "author": "m-Ryan",
  "repository": {
    "type": "git",
    "url": "https://github.com/IvanHoliak/easy-email-editor-r19.git"
  },
  "keywords": [
    "email editor core"
  ],
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "dev": "vite",
    "typings": "tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json && tsc-alias -p tsconfig.alias.json",
    "build": "rimraf lib && npm run typings && vite build --config vite.config.ts",
    "format": "eslint --fix  --ext .tsx,.ts,.tsx src/",
    "test": "jest  --coverage"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn test && yarn lint-staged"
    }
  },
  "lint-staged": {
    "src/*.{js,jsx,ts,tsx}, example/*.{js,jsx,ts,tsx}": [
      "yarn lint"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@types/color": "^3.0.3",
    "@types/jest": "^26.0.24",
    "@types/jsdom": "^16.2.13",
    "@types/lodash": "^4.14.178",
    "@types/node": "^16.11.7",
    "@types/react": "^19.0.0",
    "@types/react-color": "^3.0.6",
    "@types/react-dom": "^19.0.0",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^4.28.3",
    "@typescript-eslint/parser": "^4.28.3",
    "@vitejs/plugin-react-refresh": "^1.3.6",
    "babel-jest": "^27.0.6",
    "cross-env": "^7.0.3",
    "eslint": "^7.31.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^27.0.6",
    "jsdom": "^17.0.0",
    "lerna": "^4.0.0",
    "less": "^4.1.2",
    "postcss-prefix-selector": "^2.1.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-final-form": "^6.5.7",
    "rimraf": "^5.0.5",
    "rollup-plugin-visualizer": "^5.5.2",
    "sass": "^1.43.4",
    "ts-node": "^10.4.0",
    "tsc-alias": "^1.4.1",
    "typescript": "^4.4.4",
    "vite": "^2.6.14",
    "vite-plugin-html": "^2.1.1",
    "vite-plugin-style-import": "^1.3.0"
  },
  "dependencies": {
    "@arco-design/web-react": "^2.36.1",
    "@codemirror/lang-xml": "^6.1.0",
    "@uiw/react-codemirror": "4.23.9",
    "color": "^4.2.3",
    "final-form": "^4.20.4",
    "final-form-arrays": "^3.0.2",
    "final-form-set-field-touched": "^1.0.1",
    "is-hotkey": "^0.2.0",
    "lodash": "^4.17.21",
    "mjml-browser": "^4.10.4",
    "overlayscrollbars": "^2.10.1",
    "overlayscrollbars-react": "^0.5.6",
    "react-color": "^2.19.3",
    "react-final-form-arrays": "^3.1.3",
    "react-use": "^17.3.1",
    "uuid": "^9.0.1"
  },
  "peerDependencies": {
    "@ivanholiak/easy-email-core": "^4.16.8",
    "@ivanholiak/easy-email-editor": "^4.16.8",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-final-form": "^6.5.7"
  },
  "gitHead": "bb5757eb3146f55c31d4354f1480939c3af8efe1"
}
