UNPKG

@spark-web/accordion

Version:

--- title: Accordion storybookPath: data-display-accordion--single isExperimentalPackage: true ---

41 lines (40 loc) 987 B
{ "name": "@spark-web/accordion", "version": "5.1.1", "homepage": "https://github.com/brighte-labs/spark-web#readme", "repository": { "type": "git", "url": "https://github.com/brighte-labs/spark-web.git", "directory": "packages/accordion" }, "license": "MIT", "main": "dist/spark-web-accordion.cjs.js", "module": "dist/spark-web-accordion.esm.js", "files": [ "CHANGELOG.md", "dist", "README.md" ], "dependencies": { "@babel/runtime": "^7.25.0", "@emotion/react": "^11.14.0", "@radix-ui/react-accordion": "^0.1.5", "@spark-web/box": "^5.0.0", "@spark-web/heading": "^5.0.0", "@spark-web/icon": "^5.0.0", "@spark-web/stack": "^5.0.0", "@spark-web/text": "^5.0.0", "@spark-web/theme": "^5.0.0", "@spark-web/utils": "^5.0.0" }, "devDependencies": { "@types/react": "^18.2.0", "react": "^18.2.0" }, "peerDependencies": { "react": ">=17.0.2" }, "engines": { "node": ">=14" } }