UNPKG

1.59 kBJSONView Raw
1{
2 "name": "ahooks",
3 "version": "3.7.8",
4 "description": "react hooks library",
5 "keywords": [
6 "ahooks",
7 "umi hooks",
8 "react hooks"
9 ],
10 "main": "./lib/index.js",
11 "module": "./es/index.js",
12 "types": "./lib/index.d.ts",
13 "unpkg": "dist/ahooks.js",
14 "sideEffects": false,
15 "authors": {
16 "name": "brickspert",
17 "email": "brickspert.fjl@alipay.com"
18 },
19 "publishConfig": {
20 "registry": "https://registry.npmjs.org/"
21 },
22 "repository": "https://github.com/alibaba/hooks",
23 "homepage": "https://github.com/alibaba/hooks",
24 "scripts": {
25 "build": "gulp && webpack-cli"
26 },
27 "files": [
28 "dist",
29 "lib",
30 "es",
31 "metadata.json",
32 "package.json",
33 "README.md"
34 ],
35 "dependencies": {
36 "@babel/runtime": "^7.21.0",
37 "@types/js-cookie": "^2.x.x",
38 "ahooks-v3-count": "^1.0.0",
39 "dayjs": "^1.9.1",
40 "intersection-observer": "^0.12.0",
41 "js-cookie": "^2.x.x",
42 "lodash": "^4.17.21",
43 "resize-observer-polyfill": "^1.5.1",
44 "screenfull": "^5.0.0",
45 "tslib": "^2.4.1"
46 },
47 "peerDependencies": {
48 "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
49 },
50 "devDependencies": {
51 "@alifd/next": "^1.20.6",
52 "@ant-design/icons": "^5.0.1",
53 "@types/enzyme": "^3.10.5",
54 "antd": "^5.2.1",
55 "enzyme-adapter-react-16": "^1.15.4",
56 "jest-websocket-mock": "^2.1.0",
57 "mock-socket": "^9.0.3",
58 "mockjs": "^1.1.0",
59 "react-drag-listview": "^0.1.6",
60 "react-json-view": "^1.21.3"
61 },
62 "engines": {
63 "node": ">=8.0.0"
64 },
65 "license": "MIT",
66 "gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"
67}