{ "name": "@nextui-org/accordion", "version": "0.0.0-dev-v2-20230412124525", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", "accordion", "collapse", "display", "list", "expand", "tree view" ], "author": "Junior Garcia ", "homepage": "https://nextui.org", "license": "MIT", "main": "src/index.ts", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nextui-org/nextui.git", "directory": "packages/components/accordion" }, "bugs": { "url": "https://github.com/nextui-org/nextui/issues" }, "scripts": { "build": "tsup src --dts", "build:fast": "tsup src", "dev": "yarn build:fast -- --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "prepack": "clean-package", "postpack": "clean-package restore" }, "peerDependencies": { "react": ">=18", "framer-motion": ">=6.2.8" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", "@nextui-org/dom-utils": "workspace:*", "@nextui-org/shared-icons": "workspace:*", "@nextui-org/shared-utils": "workspace:*", "@nextui-org/framer-transitions": "workspace:*", "@nextui-org/use-aria-accordion-item": "workspace:*", "@nextui-org/system": "workspace:*", "@nextui-org/theme": "workspace:*", "@react-aria/accordion": "3.0.0-alpha.17", "@react-aria/focus": "^3.12.0", "@react-aria/utils": "^3.16.0", "@react-stately/tree": "^3.6.0" }, "devDependencies": { "@nextui-org/avatar": "workspace:*", "@nextui-org/test-utils": "workspace:*", "@react-types/accordion": "3.0.0-alpha.13", "@react-types/shared": "^3.18.0", "framer-motion": "^10.11.2", "clean-package": "2.2.0", "react": "^18.0.0" }, "clean-package": "../../../clean-package.config.json", "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ] } }