UNPKG

@spark-web/radio

Version:

--- title: Radio storybookPath: forms-radio--default isExperimentalPackage: true ---

39 lines (38 loc) 914 B
{ "name": "@spark-web/radio", "version": "2.1.4", "homepage": "https://github.com/brighte-labs/spark-web#readme", "repository": { "type": "git", "url": "https://github.com/brighte-labs/spark-web.git", "directory": "packages/radio" }, "main": "dist/spark-web-radio.cjs.js", "module": "dist/spark-web-radio.esm.js", "files": [ "CHANGELOG.md", "dist", "README.md" ], "dependencies": { "@babel/runtime": "^7.19.0", "@emotion/css": "^11.9.0", "@spark-web/a11y": "^1.3.2", "@spark-web/box": "^1.1.0", "@spark-web/control-label": "^1.0.10", "@spark-web/field": "^3.0.6", "@spark-web/stack": "^1.0.10", "@spark-web/text": "^1.1.2", "@spark-web/theme": "^3.1.0" }, "devDependencies": { "@types/react": "^17.0.12", "react": "^17.0.2" }, "peerDependencies": { "react": ">=17.0.2" }, "engines": { "node": ">=14" } }