{ "name": "@nextui-org/navbar", "version": "0.0.0-dev-v2-20230618174149", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" ], "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/navbar" }, "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": ">=4.0.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", "@nextui-org/react-utils": "workspace:*", "@nextui-org/system": "workspace:*", "@nextui-org/theme": "workspace:*", "@nextui-org/framer-transitions": "workspace:*", "@nextui-org/use-aria-toggle-button": "workspace:*", "@nextui-org/use-scroll-position": "workspace:*", "@react-aria/focus": "^3.12.1", "@react-aria/interactions": "^3.15.1", "@react-aria/utils": "^3.17.0", "@react-stately/toggle": "^3.5.2", "@react-stately/utils": "^3.6.0", "@react-aria/overlays": "^3.14.1", "react-remove-scroll": "^2.5.6" }, "devDependencies": { "@nextui-org/avatar": "workspace:*", "@nextui-org/button": "workspace:*", "@nextui-org/dropdown": "workspace:*", "@nextui-org/input": "workspace:*", "@nextui-org/link": "workspace:*", "@nextui-org/shared-icons": "workspace:*", "clean-package": "2.2.0", "react": "^18.0.0", "react-lorem-component": "0.13.0" }, "clean-package": "../../../clean-package.config.json" }