{
  "name": "easy-email-extensions-rus",
  "license": "MIT",
  "description": "Email editor",
  "version": "4.4.30",
  "author": "m-Ryan",
  "repository": {
    "type": "git",
    "url": "git@github.com:m-Ryan/easy-email.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 src/"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn test && yarn lint-staged"
    }
  },
  "lint-staged": {
    "src/*.{js,jsx,ts,tsx}, example/*.{js,jsx,ts,tsx}": [
      "yarn lint"
    ]
  },
  "devDependencies": {
    "@types/lodash": "^4.14.178",
    "@types/node": "^16.11.7",
    "@types/react": "17.0.2",
    "@types/react-dom": "^17.0.11",
    "@typescript-eslint/eslint-plugin": "^4.28.3",
    "@typescript-eslint/parser": "^4.28.3",
    "@vitejs/plugin-react-refresh": "^1.3.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",
    "lerna": "^4.0.0",
    "less": "^4.1.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-final-form": "^6.5.7",
    "rollup-plugin-visualizer": "^5.5.2",
    "sass": "^1.43.4",
    "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",
    "@types/color": "^3.0.3",
    "@types/react-color": "^3.0.6",
    "@types/uuid": "^8.3.4",
    "codemirror": "^5.63.3",
	"easy-email-core": "^4.3.6",
    "easy-email-editor": "^4.3.6",
    "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": "^1.13.2",
    "overlayscrollbars-react": "^0.3.0",
    "react-codemirror2": "^7.2.1",
    "react-color": "^2.19.3",
    "react-final-form-arrays": "^3.1.3",
    "react-use": "^17.3.1"
  },
  "peerDependencies": {
    "easy-email-core": "^4.3.6",
    "easy-email-editor": "^4.3.6",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-final-form": "^6.5.7"
  },
  "gitHead": "bb5757eb3146f55c31d4354f1480939c3af8efe1"
}
