{
   "name": "@abdul778/page-editor",
   "license": "MIT",
   "description": "Email editor",
   "version": "0.41.0",
   "author": "m-john",
   "repository": {
      "type": "git",
      "url": "git@github.com:m-Ryan/easy-email.git"
   },
   "keywords": [
      "page editor"
   ],
   "files": [
      "lib"
   ],
   "main": "./lib/index.js",
   "scripts": {
      "dev": "cross-env NODE_ENV=development vite",
      "build": "cross-env NODE_ENV=production vite build",
      "lib": "rimraf lib  && npm run typings && tsc-alias -p tsconfig.lib.json && vite build --config vite.lib.config.ts",
      "analyze:build": "cross-env ANALYZE=true yarn build",
      "analyze": "cross-env ANALYZE=true yarn lib",
      "preview": "npm run lib && vite --config vite.preview.config.ts --force",
      "typings": "tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json",
      "test": "jest",
      "lint": "eslint --fix  --ext .tsx,.ts src/ example/",
      "account": "node scripts/createAccount.js"
   },
   "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",
      "@reduxjs/toolkit": "^1.5.0",
      "@types/html2canvas": "^0.0.36",
      "@types/is-hotkey": "^0.1.5",
      "@types/jest": "^26.0.24",
      "@types/lodash": "^4.14.168",
      "@types/node": "^14.14.22",
      "@types/qs": "^6.9.6",
      "@types/react": "^17.0.0",
      "@types/react-beautiful-dnd": "^13.0.0",
      "@types/react-color": "^3.0.4",
      "@types/react-dom": "^17.0.0",
      "@types/react-redux": "^7.1.16",
      "@types/react-router-dom": "^5.1.7",
      "@types/uuid": "^8.3.0",
      "@typescript-eslint/eslint-plugin": "^4.24.0",
      "@typescript-eslint/parser": "^4.14.1",
      "@vitejs/plugin-react-refresh": "^1.3.1",
      "axios": "^0.21.1",
      "babel-jest": "^27.0.6",
      "chalk": "^4.1.2",
      "cross-env": "^7.0.3",
      "css-loader": "^5.0.1",
      "dayjs": "^1.10.4",
      "eslint": "^7.19.0",
      "eslint-loader": "^4.0.2",
      "eslint-plugin-import": "^2.23.3",
      "eslint-plugin-react": "^7.22.0",
      "eslint-plugin-react-hooks": "^4.2.0",
      "html2canvas": "^1.0.0-rc.7",
      "husky": "^7.0.2",
      "jest": "^27.0.6",
      "jsdom": "^17.0.0",
      "jspdf": "^2.4.0",
      "less": "^4.1.1",
      "lint-staged": "^11.1.2",
      "postcss-loader": "^4.2.0",
      "react": "^16.13.1",
      "react-dom": "^16.13.1",
      "react-redux": "^7.2.2",
      "react-to-pdf": "0.0.14",
      "rimraf": "^3.0.2",
      "rollup-plugin-analyzer": "^4.0.0",
      "rollup-plugin-typescript2": "^0.30.0",
      "rollup-plugin-visualizer": "^5.5.2",
      "sass": "^1.32.5",
      "sass-loader": "^10.1.1",
      "style-loader": "^2.0.0",
      "ts-jest": "^27.0.4",
      "ts-node": "^10.2.0",
      "tsc-alias": "^1.3.9",
      "typescript": "^4.1.3",
      "vite": "^2.5.6",
      "vite-plugin-html": "^2.1.0",
      "vite-plugin-style-import": "^1.2.1",
      "yup": "^0.32.9"
   },
   "dependencies": {
      "@types/mustache": "^4.1.2",
      "antd": "^4.17.0-alpha.8",
      "codemirror": "^5.63.1",
      "final-form": "^4.20.2",
      "final-form-arrays": "^3.0.2",
      "final-form-set-field-touched": "^1.0.1",
      "fs-extra": "^10.0.0",
      "is-hotkey": "^0.2.0",
      "json-format": "^1.0.1",
      "lodash-es": "^4.17.21",
      "mjml": "^4.9.3",
      "mjml-browser": "^4.9.3",
      "mustache": "^4.2.0",
      "qrcode-generator": "^1.4.4",
      "qs": "6.9.6",
      "react-beautiful-dnd": "^13.1.0",
      "react-codemirror2": "^7.2.1",
      "react-color": "^2.19.3",
      "react-final-form": "^6.5.3",
      "react-final-form-arrays": "^3.1.3",
      "react-sortablejs": "^6.0.0",
      "react-use": "^17.3.1",
      "sortablejs": "^1.14.0",
      "util": "^0.12.3",
      "uuid": "^8.3.2"
   },
   "peerDependencies": {
      "react": ">=16.3",
      "react-dom": ">=16.3",
      "jspdf": "^2.4.0"
   }
}
