{ "name": "@nextui-org/tabs", "version": "2.0.32", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" ], "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/tabs" }, "bugs": { "url": "https://github.com/nextui-org/nextui/issues" }, "scripts": { "build": "tsup src --dts", "build:fast": "tsup src", "dev": "pnpm build:fast --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "prepack": "clean-package", "postpack": "clean-package restore" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18", "framer-motion": ">=10.17.0", "@nextui-org/theme": ">=2.1.0", "@nextui-org/system": ">=2.0.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", "@nextui-org/react-utils": "workspace:*", "@nextui-org/aria-utils": "workspace:*", "@nextui-org/framer-utils": "workspace:*", "@nextui-org/use-is-mounted": "workspace:*", "@nextui-org/use-update-effect": "workspace:*", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/tabs": "3.9.1", "@react-aria/utils": "3.24.1", "@react-stately/tabs": "3.6.6", "@react-types/shared": "3.23.1", "@react-types/tabs": "3.3.7", "scroll-into-view-if-needed": "3.0.10" }, "devDependencies": { "@nextui-org/theme": "workspace:*", "@nextui-org/system": "workspace:*", "framer-motion": "^11.0.22", "react-lorem-component": "0.13.0", "@nextui-org/card": "workspace:*", "@nextui-org/input": "workspace:*", "@nextui-org/test-utils": "workspace:*", "@nextui-org/button": "workspace:*", "@nextui-org/shared-icons": "workspace:*", "clean-package": "2.2.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "clean-package": "../../../clean-package.config.json" }