UNPKG

@td-design/rn-hooks

Version:

从ahooks里面抽取的一些在rn项目里可以使用的hooks。提高开发效率

48 lines 1.32 kB
{ "name": "@td-design/rn-hooks", "version": "2.8.1", "description": "从ahooks里面抽取的一些在rn项目里可以使用的hooks。提高开发效率", "keywords": [ "hooks", "ahooks" ], "homepage": "https://github.com/thundersdata-frontend/td-design/tree/main/packages/hooks#readme", "author": "thundersdata-frontend", "license": "Apache-2.0", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "files": [ "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/thundersdata-frontend/td-design.git" }, "bugs": { "url": "https://github.com/thundersdata-frontend/td-design/issues" }, "dependencies": { "lodash-es": "^4.17.21" }, "devDependencies": { "@types/lodash-es": "^4.17.8", "@types/node": "^20.4.4", "@types/react": "^18.2.15", "@types/react-native": "^0.72.2", "typescript": "^5.1.6", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-node-resolve": "^15.1.0", "rollup": "^3.26.3", "rollup-plugin-typescript2": "^0.35.0", "tslib": "^2.6.0" }, "scripts": { "build": "rollup -c" } }