UNPKG

@reusable-ui/radio

Version:

A UI for the user to select single option.

52 lines (51 loc) 1.27 kB
{ "name": "@reusable-ui/radio", "version": "6.14.2", "description": "A UI for the user to select single option.", "keywords": [ "radio", "radiobox", "select", "component", "styled", "react", "reusable-ui" ], "author": "HeyMarco <31385284+heyymarco@users.noreply.github.com>", "homepage": "https://reusableui.org", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/reusable-ui/reusable-ui-monorepo.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": "./dist/index.js", "./index": "./dist/index.js", "./index.js": "./dist/index.js" }, "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "tsc": "tsc", "tsc:watch": "tsc --watch", "ncu": "ncu --peer", "ncu:upgrade": "ncu --peer --upgrade", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest" }, "dependencies": { "@cssfn/core": "^3.2.0", "@cssfn/cssfn-react": "^3.2.0", "@reusable-ui/check": "^6.14.2", "@reusable-ui/core": "^6.14.0" }, "peerDependencies": { "@types/react": "^18.0.0", "react": "^18.0.0" }, "gitHead": "68e151f52bcf4536a34240acb34ae659b0dcb25c" }