{
  "name": "zat-design-pro-component",
  "version": "3.3.2-beta.2",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "analyze": "ANALYZE=1 dumi build",
    "build": "npm run build-lib && npm run build-es && npm run build-dist",
    "build-dist": "father-build",
    "build-es": "cross-env BUILD_TYPE=es father-build",
    "build-lib": "father-build && cross-env BUILD_TYPE=lib father-build",
    "docs": "dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
    "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
    "lint:prettier": "prettier --check \"**/*\" --end-of-line auto",
    "lint:report": "eslint --ext .jsx,.js src -f checkstyle -o report_zacc_eslint_js.xml & exit 0; stylelint --custom-formatter node_modules/stylelint-checkstyle-formatter src/**/*.{css,scss,less} > report_zacc_stylelint_css.xml & exit 0",
    "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
    "precommit": "lint-staged",
    "prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
    "postpublish": "git clean -fd",
    "release": "yarn build && npm publish",
    "release:beta": "yarn build && npm publish --tag=beta",
    "start": "dumi dev",
    "test": "umi-test",
    "test:coverage": "umi-test --coverage",
    "tsc": "tsc --noEmit"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "npm run lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 11",
    "iOS >= 7",
    "Android >= 4"
  ],
  "resolutions": {
    "@types/react": "^17.0.53"
  },
  "dependencies": {
    "@ant-design/icons": "^4.2.2",
    "@babel/runtime": "^7.18.0",
    "@dnd-kit/core": "^6.0.8",
    "@dnd-kit/sortable": "^7.0.2",
    "@dnd-kit/utilities": "^3.2.1",
    "@pansy/react-watermark": "^3.1.13",
    "@zat-design/utils": "^1.1.16",
    "ahooks": "3.7.4",
    "antd": "4.24.8",
    "big.js": "^6.2.1",
    "classnames": "^2.3.1",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "react-resizable": "^3.0.4",
    "react-svg": "^15.1.7"
  },
  "peerDependencies": {
    "antd": "^4.24.8",
    "react": "17.x",
    "react-dom": "17.x"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.1",
    "@commitlint/config-conventional": "^12.1.1",
    "@types/classnames": "^2.3.1",
    "@types/lodash": "^4.14.171",
    "@types/mockjs": "^1.0.6",
    "@types/react": "^17.0.53",
    "@types/react-dom": "^17.0.0",
    "@types/react-resizable": "^1.7.4",
    "@typescript-eslint/eslint-plugin": "4.0.1",
    "@typescript-eslint/parser": "4.0.1",
    "@umijs/fabric": "^2.8.1",
    "@umijs/preset-react": "^1.8.22",
    "@umijs/test": "^3.0.5",
    "@zat-design/login-react": "1.0.25",
    "babel-eslint": "10.0.3",
    "babel-plugin-import": "^1.13.3",
    "cross-env": "^7.0.3",
    "dumi": "^1.0.9",
    "eslint": "7.10.0",
    "eslint-config-za": "2.1.0",
    "eslint-plugin-babel": "5.3.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.16.0",
    "eslint-plugin-react-hooks": "2.2.0",
    "eslint-plugin-unused-imports": "^3.0.0",
    "father-build": "^1.18.1",
    "gh-pages": "^3.0.0",
    "husky": "^4.0.7",
    "lint-staged": "^10.0.0",
    "mockjs": "^1.1.0",
    "prettier": "^2.5.0",
    "pretty-quick": "^3.1.3",
    "react-json-view": "^1.21.3",
    "slash2": "^2.0.0",
    "stylelint": "13.0.0",
    "stylelint-checkstyle-formatter": "0.1.2",
    "typescript": "^4.9.5",
    "webpack-deadcode-plugin": "^0.1.17",
    "yorkie": "^2.0.0"
  },
  "checkFiles": [
    "src/**/*.js*",
    "src/**/*.ts*",
    "src/**/*.tsx*",
    "src/**/*.less",
    "config/**/*.js*",
    "scripts/**/*.js"
  ]
}
