{
  "name": "maycur-business",
  "version": "0.4.34-29",
  "description": "maycur business react components of web",
  "main": "lib/index.js",
  "module": "es/index.js",
  "scripts": {
    "start": "styleguidist server --open",
    "styleguidist:build": "styleguidist build",
    "build:dev": "node tools/build.js --mode dev",
    "build": "node tools/build.js",
    "precommit": "npm run lint",
    "lint": "eslint --ext [.js,.jsx] components",
    "copy-dev": "node tools/build --mode copy && node tools/devCopy",
    "watch": "gulp",
    "prebuild:backup": "babel components -d lib --copy-files --delete-dir-on-start && rm -rf es && cp -R lib es",
    "prepublish:prerelease:uat": "[[ \"$(git status -s|wc -l)\" -ne \"0\" ]] && git add . && git commit -m \"feat: prePublish uat\" || echo \"nothing to commit\"",
    "postpublish:prerelease:uat": "git add . && git commit -m \"chore: publish package uat\" && git push",
    "prepublish:prerelease:sit": "[[ \"$(git status -s|wc -l)\" -ne \"0\" ]] && git add . && git commit -m \"feat: prePublish sit\" || echo \"nothing to commit\"",
    "postpublish:prerelease:sit": "git add . && git commit -m \"chore: publish package sit\" && git push",
    "prepublish:prerelease:dev": "[[ \"$(git status -s|wc -l)\" -ne \"0\" ]] && git add . && git commit -m \"feat: prePublish dev\" || echo \"nothing to commit\"",
    "postpublish:prerelease:dev": "git add . && git commit -m \"chore: publish package dev\" && git push",
    "publish:prerelease:dev": "npm version prerelease && node tools/build.js && npm publish package --tag dev",
    "publish:prerelease:sit": "npm version prerelease && node tools/build.js && npm publish package --tag sit",
    "publish:prerelease:uat": "npm version prerelease && node tools/build.js && npm publish package --tag uat",
    "publish:prerelease:currency": "npm version prerelease && node tools/build.js && npm publish package --tag currency",
    "publish:prerelease:yango": "node tools/build.js && npm publish package --tag yango",
    "publish:stable": "npm version prerelease && node tools/build.js && npm publish package --tag stable"
  },
  "keywords": [
    "maycur",
    "business",
    "react"
  ],
  "files": [
    "lib",
    "es"
  ],
  "author": "woder",
  "license": "MIT",
  "peerDependencies": {
    "i18next": ">=19.4.5",
    "maycur-antd": ">=1.2.23",
    "react": ">=16.12.0",
    "react-dnd": ">=9.5.1",
    "react-dom": ">=16.12.0"
  },
  "browserslist": [
    "iOS >= 6",
    "Android >= 4",
    "IE >= 9"
  ],
  "dependencies": {
    "browserslist": "^4.8.2",
    "caniuse-lite": "^1.0.30001016",
    "classnames": "^2.2.5",
    "core-js": "^3.6.5",
    "dom-scroll-into-view": "^2.0.1",
    "events": "^3.0.0",
    "immutability-helper": "^3.0.1",
    "js-cookie": "^2.2.1",
    "lodash-decorators": "^6.0.1",
    "numeral": "^2.0.6",
    "pdfjs-dist": "^2.9.359",
    "popper.js": "^1.14.7",
    "rc-form": "^2.4.11",
    "rc-trigger": "^2.6.3",
    "rc-util": "^4.6.0",
    "react-dnd": "^9.5.1",
    "react-pdf": "^4.0.3",
    "react-dnd-html5-backend": "^9.5.1",
    "react-i18next": "11.5.0",
    "react-onclickoutside": "^6.9.0",
    "react-perfect-scrollbar": "^1.5.3",
    "react-resizable": "^1.7.5",
    "react-spinners": "^0.8.0",
    "simple-git": "^2.15.0",
    "window-or-global": "^1.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "autoprefixer": "^9.7.5",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.4",
    "babel-plugin-import": "^1.11.0",
    "clean-webpack-plugin": "^1.0.0",
    "clsx": "^1.0.4",
    "copy-webpack-plugin": "^9.0.1",
    "css-loader": "^1.0.1",
    "cz-conventional-changelog": "^3.2.0",
    "eslint": "^5.9.0",
    "eslint-config-umi": "^1.5.0",
    "eslint-plugin-flowtype": "^3.11.1",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.2",
    "eslint-plugin-react-hooks": "^2.0.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-clean-css": "^4.2.0",
    "gulp-concat": "^2.6.1",
    "gulp-minify-css": "^1.2.4",
    "gulp-postcss": "^8.0.0",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^4.0.0-beta.5",
    "i18next": "19.4.5",
    "less": "^3.8.1",
    "less-loader": "^4.1.0",
    "less-plugin-npm-import": "^2.1.0",
    "lint-staged": "^9.4.2",
    "lodash": "^4.17.19",
    "maycur-antd": "stable",
    "mini-css-extract-plugin": "^0.4.5",
    "ncp": "^2.0.0",
    "opn": "^5.4.0",
    "react": "16.12.0",
    "react-dom": "16.12.0",
    "react-modal": "^3.11.2",
    "react-styleguidist": "^11.0.5",
    "rimraf": "^2.6.2",
    "rmfr": "^2.0.0",
    "style-loader": "^0.23.1",
    "through2": "^3.0.0",
    "webpack": "^5.49.0",
    "webpack-cli": "^3.1.2",
    "webpack-merge": "^4.1.4",
    "webpack-serve": "^4.0.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}