UNPKG

@nextui-org/drip

Version:

A ripple effect for ensuring that the user fells the system is reacting instantaneously

64 lines 1.58 kB
{ "name": "@nextui-org/drip", "version": "0.0.0-dev-v2-20230326012034", "description": "A ripple effect for ensuring that the user fells the system is reacting instantaneously", "keywords": [ "drip" ], "author": "Junior Garcia <jrgarciadev@gmail.com>", "homepage": "https://nextui.org", "license": "MIT", "main": "dist/index.cjs.js", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nextui-org/nextui.git", "directory": "packages/components/drip" }, "bugs": { "url": "https://github.com/nextui-org/nextui/issues" }, "peerDependencies": { "react": ">=18" }, "dependencies": { "@nextui-org/theme": "0.0.0-dev-v2-20230326012034", "@nextui-org/shared-utils": "0.0.0-dev-v2-20230326012034", "@nextui-org/dom-utils": "0.0.0-dev-v2-20230326012034", "@nextui-org/system": "0.0.0-dev-v2-20230326012034" }, "devDependencies": { "clean-package": "2.2.0", "react": "^18.0.0" }, "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ] }, "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js" }, "./package.json": "./package.json" }, "scripts": { "build": "tsup src --dts", "dev": "yarn build:fast -- --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "build:fast": "tsup src" } }