@commercetools-uikit/collapsible-motion
Version:
A component which allows building collapsible elements with an arbitrary height.
37 lines (36 loc) • 1.15 kB
JSON
{
"name": "@commercetools-uikit/collapsible-motion",
"description": "A component which allows building collapsible elements with an arbitrary height.",
"version": "20.2.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/ui-kit.git",
"directory": "packages/components/collapsible-motion"
},
"homepage": "https://uikit.commercetools.com",
"keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"main": "dist/commercetools-uikit-collapsible-motion.cjs.js",
"module": "dist/commercetools-uikit-collapsible-motion.esm.js",
"files": ["dist"],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/hooks": "20.2.3",
"@commercetools-uikit/utils": "20.2.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21"
},
"devDependencies": {
"react": "19.1.0"
},
"peerDependencies": {
"react": "19.x"
}
}