@mabi-ui/radio
Version:
Radio group and radio button components for Mabi-UI
83 lines • 2.07 kB
JSON
{
"name": "@mabi-ui/radio",
"version": "1.0.5",
"description": "Radio group and radio button components for Mabi-UI",
"keywords": [
"radioGroup",
"radio",
"radio button"
],
"homepage": "https://github.com/mabiloft/mabi-ui",
"license": "MIT",
"main": "dist/index.js",
"sideEffects": false,
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mabiloft/mabi-ui.git",
"directory": "mabi-ui-core/radio"
},
"bugs": {
"url": "https://github.com/mabiloft/mabi-ui/issues"
},
"dependencies": {
"class-variance-authority": "^0.6.0",
"react-aria": "3.22.0",
"react-stately": "^3.23.0",
"@mabi-ui/typography": "1.0.4",
"@mabi-ui/utils": "1.0.2",
"@mabi-ui/checkbox": "1.0.4",
"@mabi-ui/preflight": "1.0.2"
},
"devDependencies": {
"@swc/core": "1.3.40",
"clean-package": "2.2.0",
"eslint": "^8.15.0",
"tsup": "^7.1.0",
"typescript": "^5.7.3",
"react": "^18.0",
"react-dom": "^18.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.0",
"@mabi-ui/tsconfig": "1.0.5",
"@mabi-ui/eslint-config": "0.1.1",
"@mabi-ui/tsup-config": "0.1.3"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^17.0 || ^18.0 || ^19.0",
"react-dom": "^17.0 || ^18.0 || ^19.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"typecheck": "tsc --noEmit"
}
}