UNPKG

@nex-ui/hooks

Version:

A collection of React Hooks for Nex UI components.

55 lines 1.25 kB
{ "name": "@nex-ui/hooks", "version": "0.0.18", "private": false, "description": "A collection of React Hooks for Nex UI components.", "author": "X1ng Yu", "keywords": [ "react", "react-component", "nui", "nex-ui", "hooks" ], "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/rxy001/nex-ui.git", "directory": "packages/hooks" }, "license": "MIT", "type": "module", "main": "dist/cjs/index.cjs", "dependencies": { "@react-aria/focus": "3.20.5", "@nex-ui/utils": "0.0.18" }, "peerDependencies": { "react": ">=19", "react-dom": ">=19" }, "sideEffects": false, "clean-package": "../../clean-package.config.json", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "scripts": { "build": "tsx ../../scripts/build.ts --dts", "build:fast": "tsx ../../scripts/build.ts", "typecheck": "tsc --noEmit" } }