{
  "name": "ahooks",
  "version": "3.7.11",
  "description": "react hooks library",
  "keywords": [
    "ahooks",
    "umi hooks",
    "react hooks"
  ],
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "types": "./lib/index.d.ts",
  "unpkg": "dist/ahooks.js",
  "sideEffects": false,
  "authors": {
    "name": "brickspert",
    "email": "brickspert.fjl@alipay.com"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": "https://github.com/alibaba/hooks",
  "homepage": "https://github.com/alibaba/hooks",
  "scripts": {
    "build": "gulp && webpack-cli"
  },
  "files": [
    "dist",
    "lib",
    "es",
    "metadata.json",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@babel/runtime": "^7.21.0",
    "dayjs": "^1.9.1",
    "intersection-observer": "^0.12.0",
    "js-cookie": "^2.x.x",
    "lodash": "^4.17.21",
    "react-fast-compare": "^3.2.2",
    "resize-observer-polyfill": "^1.5.1",
    "screenfull": "^5.0.0",
    "tslib": "^2.4.1"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@alifd/next": "^1.20.6",
    "@ant-design/icons": "^5.0.1",
    "@types/js-cookie": "^2.x.x",
    "@types/lodash": "^4.14.202",
    "antd": "^5.2.1",
    "jest-websocket-mock": "^2.1.0",
    "mockjs": "^1.1.0",
    "react-drag-listview": "^0.1.6",
    "react-json-view": "^1.21.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "license": "MIT",
  "gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"
}
