UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

61 lines • 1.47 kB
{ "name": "@nex-ui/react", "version": "0.0.18", "author": "X1ng Yu", "description": "🎉 A beautiful, modern, and reliable React component library.", "homepage": "https://nex-ui-docs.vercel.app/", "private": false, "keywords": [ "react", "react-component", "nui", "nex-ui" ], "repository": { "type": "git", "url": "https://github.com/rxy001/nex-ui.git", "directory": "packages/react" }, "license": "MIT", "type": "module", "files": [ "dist" ], "main": "dist/cjs/index.cjs", "dependencies": { "clsx": "2.1.1", "@nex-ui/hooks": "0.0.18", "@nex-ui/icons": "0.0.18", "@nex-ui/styled": "0.0.18", "@nex-ui/system": "0.0.18", "@nex-ui/utils": "0.0.18" }, "peerDependencies": { "@emotion/react": ">=11", "motion": "^12.7.2", "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" } }