@spark-web/accordion
Version:
--- title: Accordion storybookPath: data-display-accordion--single isExperimentalPackage: true ---
40 lines (39 loc) • 951 B
JSON
{
"name": "@spark-web/accordion",
"version": "1.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/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.19.0",
"@emotion/css": "^11.9.0",
"@radix-ui/react-accordion": "^0.1.5",
"@spark-web/box": "^1.2.0",
"@spark-web/heading": "^2.2.0",
"@spark-web/icon": "^1.3.0",
"@spark-web/stack": "^1.1.0",
"@spark-web/theme": "^3.2.0",
"@spark-web/utils": "^1.3.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"react": "^18.2.0"
},
"peerDependencies": {
"react": ">=17.0.2"
},
"engines": {
"node": ">=14"
}
}