UNPKG

@spark-web/radio

Version:

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

40 lines (39 loc) 940 B
{ "name": "@spark-web/radio", "version": "5.2.0", "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.25.0", "@emotion/react": "^11.14.0", "@spark-web/a11y": "^5.1.0", "@spark-web/box": "^5.0.0", "@spark-web/control-label": "^5.0.0", "@spark-web/field": "^5.0.0", "@spark-web/stack": "^5.0.0", "@spark-web/text": "^5.0.0", "@spark-web/theme": "^5.9.0", "lodash": "^4.17.21" }, "devDependencies": { "@types/react": "^18.2.0", "react": "^18.2.0" }, "peerDependencies": { "react": ">=17.0.2" }, "engines": { "node": ">=14" } }