forgeplus-react/node_modules/ahooks/package.json

99 lines
2.3 KiB
JSON

{
"_args": [
[
"ahooks@2.10.14",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "ahooks@2.10.14",
"_id": "ahooks@2.10.14",
"_inBundle": false,
"_integrity": "sha512-axWa7VoAgu7bxA56dDl0CXW4rvaQmDBiov/d3tAy0x1YNYywYMKokL8TdLgJ5zO/oXGiWmG7BxlGOQGkqE/zkQ==",
"_location": "/ahooks",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ahooks@2.10.14",
"name": "ahooks",
"escapedName": "ahooks",
"rawSpec": "2.10.14",
"saveSpec": null,
"fetchSpec": "2.10.14"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ahooks/-/ahooks-2.10.14.tgz",
"_spec": "2.10.14",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"authors": {
"name": "brickspert",
"email": "brickspert.fjl@alipay.com"
},
"bugs": {
"url": "https://github.com/alibaba/hooks/issues"
},
"dependencies": {
"@ahooksjs/use-request": "^2.8.14",
"@types/js-cookie": "^2.2.6",
"dayjs": "^1.9.1",
"intersection-observer": "^0.7.0",
"js-cookie": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^5.0.0"
},
"description": "react hooks library",
"devDependencies": {
"@alifd/next": "^1.20.6",
"@types/enzyme": "^3.10.5",
"antd": "^3.26.6",
"enzyme-adapter-react-16": "^1.15.4",
"jest-websocket-mock": "^2.1.0",
"mock-socket": "^9.0.3",
"react-drag-listview": "^0.1.6",
"umi-request": "^1.0.8"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"dist",
"lib",
"es",
"package.json",
"README.md"
],
"gitHead": "43088d001013c2c078b9f84fffb6f482cacec8c7",
"homepage": "https://github.com/alibaba/hooks",
"keywords": [
"ahooks",
"umi hooks",
"react hooks"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./es/index.js",
"name": "ahooks",
"peerDependencies": {
"react": "^16.8.6 || ^17.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/hooks.git"
},
"scripts": {
"build": "gulp && webpack-cli"
},
"sideEffects": false,
"types": "./lib/index.d.ts",
"unpkg": "dist/ahooks.js",
"version": "2.10.14"
}