{ "name": "@nextui-org/scroll-shadow", "version": "2.1.16", "description": "A component that applies top and bottom shadows when content overflows on scroll.", "keywords": [ "scroll-shadow" ], "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/scroll-shadow" }, "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", "@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/use-data-scroll-overflow": "workspace:*" }, "devDependencies": { "@nextui-org/theme": "workspace:*", "@nextui-org/system": "workspace:*", "clean-package": "2.2.0", "react-lorem-component": "0.13.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "clean-package": "../../../clean-package.config.json" }