UNPKG

@rtdui/hooks

Version:

React hooks library base on @mantine/hooks

53 lines (52 loc) 1.07 kB
{ "name": "@rtdui/hooks", "version": "5.1.0", "description": "React hooks library base on @mantine/hooks", "types": "./lib/index.d.ts", "main": "./cjs/index.cjs", "module": "./esm/index.mjs", "exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./esm/index.mjs" }, "require": { "types": "./lib/index.d.ts", "default": "./cjs/index.cjs" } } }, "keywords": [ "hooks", "react", "remix", "remixjs", "next", "nextjs", "ui", "ui-kit", "components", "library", "frontend", "design" ], "author": "fu zhong wei <jackyleefzw@163.com>", "license": "MIT", "homepage": "https://rtdui.com/", "repository": { "url": "https://github.com/rtdui/rtdui.git", "type": "git", "directory": "packages/hooks" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@mantine/hooks": "^7.10.1" }, "peerDependencies": { "react": "^18.x || ^19.x" } }