UNPKG

1.53 kBJSONView Raw
1{
2 "name": "ahooks",
3 "version": "3.8.0",
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 "dayjs": "^1.9.1",
38 "intersection-observer": "^0.12.0",
39 "js-cookie": "^2.x.x",
40 "lodash": "^4.17.21",
41 "react-fast-compare": "^3.2.2",
42 "resize-observer-polyfill": "^1.5.1",
43 "screenfull": "^5.0.0",
44 "tslib": "^2.4.1"
45 },
46 "peerDependencies": {
47 "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
48 },
49 "devDependencies": {
50 "@alifd/next": "^1.20.6",
51 "@ant-design/icons": "^5.0.1",
52 "@types/js-cookie": "^2.x.x",
53 "@types/lodash": "^4.14.202",
54 "antd": "^5.2.1",
55 "jest-websocket-mock": "^2.1.0",
56 "mockjs": "^1.1.0",
57 "react-drag-listview": "^0.1.6",
58 "react-json-view": "^1.21.3"
59 },
60 "engines": {
61 "node": ">=8.0.0"
62 },
63 "license": "MIT",
64 "gitHead": "11f6ad571bd365c95ecb9409ca3050cbbfc9b34a"
65}