{
  "name": "@firesoon/ant-ui",
  "version": "4.4.2",
  "description": "根据Antd二次封装UI组件",
  "authors": {
    "name": "firesoon",
    "email": "firesoontest@163.com"
  },
  "license": "ISC",
  "scripts": {
    "start": "dumi dev",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "build": "father-build",
    "deploy": "npm run docs:build && npm run docs:deploy",
    "release": "npm run build && npm publish",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "test": "umi-test",
    "test:coverage": "umi-test --coverage",
    "lint:es": "eslint --ext .js src mock tests",
    "lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"",
    "lint-fix:style": "stylelint \"src/**/*.less\" --fix",
    "changelog": "conventional-changelog -p cmyr-config -i CHANGELOG.md -s -r 0",
    "commitmsg": "validate-commit-msg",
    "lint:report": "eslint ./src -f json -o report.json --ext .tsx,.ts || exit 0"
  },
  "main": "lib/index.js",
  "module": "es/index.esm.js",
  "typings": "lib/index.d.ts",
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write"
    ],
    "*.{js,jsx,ts,tsx}": "eslint",
    "*.{css,less}": "stylelint --fix"
  },
  "dependencies": {
    "@babel/runtime": "^7.8.7",
    "ahooks": "^3.3.8",
    "antd": "3",
    "conventional-changelog": "^3.1.25",
    "conventional-changelog-cli": "^2.2.2",
    "conventional-changelog-cmyr-config": "^2.1.0",
    "moment": "^2.29.4",
    "rc-input-number": "4.5.7",
    "rc-tabs": "^11.7.1",
    "react-beautiful-dnd": "^13.0.0",
    "react-error-boundary": "^3.1.4",
    "react-infinite-scroller": "^1.2.6",
    "react-resizable": "1.8.0",
    "react-virtualized-auto-sizer": "1.0.7",
    "react-window": "^1.8.8",
    "react-zmage": "^0.8.5-beta.37"
  },
  "peerDependencies": {
    "@firesoon/antd": "^1.0.0",
    "@firesoon/icons-react": ">=3.0",
    "@firesoon/rc-table": "^1.0.0",
    "react": ">=16"
  },
  "devDependencies": {
    "@firesoon/antd": "^1.0.0",
    "@firesoon/icons-react": "^3.0.13",
    "@firesoon/log-sdk": "^3.0.0-beta.12",
    "@firesoon/rc-table": "^1.0.4",
    "@testing-library/jest-dom": "^5.16.3",
    "@testing-library/react": "^12",
    "@testing-library/user-event": "^13",
    "@types/enzyme": "^3.10.13",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/lodash": "^4.14.172",
    "@types/react-beautiful-dnd": "^13.1.4",
    "@types/react-infinite-scroller": "^1.2.3",
    "@types/react-resizable": "^1.7.3",
    "@types/react-virtualized-auto-sizer": "^1.0.1",
    "@types/react-window": "^1.8.5",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "@umijs/test": "^3.0.5",
    "babel-eslint": "^10.1.0",
    "babel-plugin-import": "^1.13.0",
    "cz-conventional-changelog": "^3.3.0",
    "cz-customizable": "^7.0.0",
    "dumi": "1.1.54",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.7",
    "eslint": "^8.20.0",
    "eslint-config-alloy": "^4.1.0",
    "eslint-config-firesoon": "^1.0.2-0",
    "eslint-plugin-flowtype": "^2.50.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.0.2",
    "father-build": "^1.17.2",
    "gh-pages": "^3.0.0",
    "husky": "^4.2.3",
    "lint-staged": "^10.0.8",
    "prettier": "^2.2.1",
    "react": "^16",
    "react-dom": "^16",
    "styled-components": "^5.3.0",
    "stylelint": "^13.2.1",
    "stylelint-config-css-modules": "^2.2.0",
    "stylelint-config-standard": "^20.0.0",
    "typescript": "^3.8.3",
    "validate-commit-msg": "^2.14.0"
  },
  "resolutions": {
    "rc-input-number": "4.5.7",
    "@types/react": "16.9.56"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    }
  }
}