{
  "name": "@ahri-ui/core",
  "version": "0.55.26",
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && npm run build:type && npm run build:js && npm run build:less",
    "build:type": "tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir dist --extensions \".js,.jsx,.ts,.tsx\"",
    "build:less": "node scripts/build-less.js",
    "clean": "rimraf dist",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 11"
  ],
  "dependencies": {
    "@ant-design/colors": "^6.0.0",
    "@ant-design/icons": "^4.5.0",
    "@ant-design/react-slick": "~0.28.1",
    "@babel/runtime": "^7.12.5",
    "@chakra-ui/icons": "^1.0.13",
    "@chakra-ui/react": "^1.6.4",
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@reach/rect": "^0.16.0",
    "@umijs/route-utils": "^1.0.36",
    "classnames": "^2.2.6",
    "copy-to-clipboard": "^3.2.0",
    "dnd-core": "^10.0.2",
    "framer-motion": "^4.1.17",
    "i18n-iso-countries": "^6.8.0",
    "immutability-helper": "^3.0.2",
    "lodash": "^4.17.20",
    "lodash.kebabcase": "^4.1.1",
    "memoize-one": "^6.0.0",
    "moment": "^2.25.3",
    "path-to-regexp": "^6.2.0",
    "polished": "^4.1.1",
    "qs": "^6.10.1",
    "rc-cascader": "~3.2.6",
    "rc-checkbox": "~2.3.0",
    "rc-collapse": "~3.1.0",
    "rc-dialog": "~8.5.1",
    "rc-drawer": "~4.3.0",
    "rc-dropdown": "~3.2.0",
    "rc-field-form": "~1.19.0",
    "rc-image": "~5.2.5",
    "rc-input-number": "~7.3.0",
    "rc-mentions": "~1.5.0",
    "rc-menu": "~8.10.0",
    "rc-motion": "^2.4.0",
    "rc-notification": "~4.5.2",
    "rc-pagination": "~3.1.2",
    "rc-picker": "~2.5.1",
    "rc-progress": "~3.1.0",
    "rc-rate": "~2.9.0",
    "rc-resize-observer": "^1.2.0",
    "rc-select": "^14.0.0-alpha.15",
    "rc-slider": "~9.7.1",
    "rc-steps": "~4.1.0",
    "rc-switch": "~3.2.0",
    "rc-table": "~7.23.0",
    "rc-tabs": "~11.7.0",
    "rc-textarea": "~0.3.0",
    "rc-tooltip": "~5.1.1",
    "rc-tree": "^5.4.3",
    "rc-tree-select": "^5.1.1",
    "rc-trigger": "^5.2.1",
    "rc-upload": "~4.3.0",
    "rc-util": "^5.16.1",
    "react-color": "^2.17.3",
    "react-dnd": "^10.0.2",
    "react-dnd-html5-backend": "^10.0.2",
    "react-icons": "^4.2.0",
    "react-transition-group": "^4.4.1",
    "react-use": "^17.2.1",
    "scroll-into-view-if-needed": "^2.2.25",
    "use-url-search-params": "^2.3.13",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@ant-design/tools": "^13.3.3",
    "@babel/cli": "^7.13.10",
    "@babel/core": "^7.13.10",
    "@babel/plugin-transform-classes": "^7.13.0",
    "@babel/preset-env": "^7.13.10",
    "@babel/preset-typescript": "^7.13.0",
    "@chakra-ui/styled-system": "^1.12.0",
    "@qixian.cs/github-contributors-list": "^1.0.3",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@stackblitz/sdk": "^1.3.0",
    "@storybook/addon-essentials": "^6.4.9",
    "@storybook/addon-toolbars": "^6.4.9",
    "@storybook/react": "^6.4.9",
    "@types/classnames": "^2.2.8",
    "@types/enzyme": "^3.10.5",
    "@types/gtag.js": "^0.0.4",
    "@types/jest": "^26.0.0",
    "@types/jest-environment-puppeteer": "^4.4.0",
    "@types/jest-image-snapshot": "^4.1.0",
    "@types/lodash": "^4.14.139",
    "@types/lodash.kebabcase": "^4.1.6",
    "@types/node": "^17.0.8",
    "@types/puppeteer": "^5.4.0",
    "@types/react": "^17.0.0",
    "@types/react-color": "^2.17.5",
    "@types/react-copy-to-clipboard": "^5.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/react-router": "^5.1.12",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-transition-group": "^4.4.1",
    "@types/react-window": "^1.8.2",
    "@types/warning": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
    "antd-img-crop": "^3.1.1",
    "antd-pro-merge-less": "^3.0.11",
    "antd-theme-generator": "^1.2.3",
    "argos-cli": "^0.3.0",
    "array-move": "^3.0.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-add-react-displayname": "^0.0.5",
    "babel-plugin-emotion": "^11.0.0",
    "babel-preset-react-app": "^10.0.0",
    "bundlesize": "^0.18.0",
    "chalk": "^4.0.0",
    "cheerio": "^1.0.0-rc.3",
    "concurrently": "^6.0.0",
    "core-js": "^3.9.1",
    "cross-env": "^7.0.0",
    "css-loader": "^5.1.3",
    "css-minimizer-webpack-plugin": "^1.1.1",
    "css-split-webpack-plugin": "^0.2.6",
    "dekko": "^0.2.1",
    "docsearch.js": "^2.6.3",
    "enquire-js": "^0.2.1",
    "enzyme": "^3.10.0",
    "enzyme-to-json": "^3.6.0",
    "esbuild-loader": "^2.7.0",
    "eslint": "^7.9.0",
    "eslint-config-airbnb": "^18.0.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.21.1",
    "eslint-plugin-jest": "^24.0.1",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-markdown": "^2.0.0",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.1.2",
    "eslint-plugin-unicorn": "^28.0.2",
    "fetch-jsonp": "^1.1.3",
    "fs-extra": "^9.0.0",
    "full-icu": "^1.3.0",
    "glob": "^7.1.4",
    "http-server": "^0.12.0",
    "husky": "^4.0.3",
    "identity-obj-proxy": "^3.0.0",
    "ignore-emit-webpack-plugin": "^2.0.6",
    "immer": "^8.0.0",
    "inquirer": "^8.0.0",
    "intersection-observer": "^0.12.0",
    "jest": "^26.0.0",
    "jest-image-snapshot": "^4.0.0",
    "jest-puppeteer": "^4.4.0",
    "jquery": "^3.4.1",
    "jsdom": "^16.0.0",
    "jsonml.js": "^0.1.0",
    "less": "^3.13.1",
    "less-loader": "^7.3.0",
    "less-vars-to-js": "^1.3.0",
    "logrocket": "^1.0.0",
    "logrocket-react": "^4.0.0",
    "lz-string": "^1.4.4",
    "mockdate": "^3.0.0",
    "node-fetch": "^2.6.0",
    "open": "^7.0.3",
    "prettier": "^2.2.0",
    "prettier-plugin-jsdoc": "^0.3.0",
    "pretty-quick": "^3.0.0",
    "querystring": "^0.2.0",
    "rc-footer": "^0.6.3",
    "rc-queue-anim": "^1.6.12",
    "rc-scroll-anim": "^2.5.8",
    "rc-tween-one": "^2.4.1",
    "rc-virtual-list": "^3.2.4",
    "react": "^17.0.1",
    "react-copy-to-clipboard": "^5.0.1",
    "react-dom": "^17.0.1",
    "react-draggable": "^4.4.3",
    "react-github-button": "^0.1.11",
    "react-helmet-async": "^1.0.4",
    "react-highlight-words": "^0.17.0",
    "react-infinite-scroller": "^1.2.4",
    "react-intl": "^5.3.0",
    "react-resizable": "^2.0.0",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "react-sortable-hoc": "^1.11.0",
    "react-sticky": "^6.0.3",
    "react-test-renderer": "^17.0.1",
    "react-text-loop": "^2.3.0",
    "react-virtualized": "^9.22.0",
    "react-window": "^1.8.5",
    "remark": "^13.0.0",
    "remark-cli": "^9.0.0",
    "remark-lint": "^8.0.0",
    "remark-preset-lint-recommended": "^5.0.0",
    "reqwest": "^2.0.5",
    "rimraf": "^3.0.0",
    "rucksack-css": "^1.0.2",
    "scrollama": "^2.0.0",
    "simple-git": "^2.23.0",
    "storybook-addon-performance": "^0.16.0",
    "storybook-dark-mode": "^1.0.8",
    "string-replace-loader": "^3.0.1",
    "style-loader": "^2.0.0",
    "stylelint": "^13.0.0",
    "stylelint-config-prettier": "^8.0.0",
    "stylelint-config-rational-order": "^0.1.2",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
    "stylelint-order": "^4.0.0",
    "theme-switcher": "^1.0.2",
    "typescript": "^4.2.3",
    "webpack-bundle-analyzer": "^4.1.0",
    "xhr-mock": "^2.4.1",
    "xhr2": "^0.2.0",
    "yaml-front-matter": "^4.0.0"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "7d1681e19da12a25448e6ac8c653c8ceac4546d7"
}
