UNPKG

@orca-fe/hooks

Version:

React Hooks Collections

46 lines 979 B
{ "name": "@orca-fe/hooks", "version": "1.12.1", "description": "React Hooks Collections", "keywords": [ "react", "hooks", "orca", "orca-fe" ], "author": "NicoKam", "homepage": "https://orca.nicokam.work/", "license": "MIT", "types": "es/index.d.ts", "module": "es/index.js", "main": "lib/index.js", "files": [ "es", "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/orca-team/pocket.git" }, "dependencies": { "@babel/runtime": "^7.23.6", "detect-browser": "^5.3.0", "events": "^3.3.0", "lodash-es": "^4.17.21", "resize-observer-polyfill": "^1.5.1", "tslib": "^2.6.2" }, "peerDependencies": { "ahooks": "^3.5.2", "react": ">=16" }, "gitHead": "0f38f477546c9603891bad4b0c847554147262df", "scripts": { "build": "father build", "clear": "rimraf lib" } }