{ "name": "@nextui-org/progress", "version": "2.0.9", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" ], "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/progress" }, "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" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", "@nextui-org/react-utils": "workspace:*", "@nextui-org/use-is-mounted": "workspace:*", "@nextui-org/system": "workspace:*", "@nextui-org/theme": "workspace:*", "@react-aria/i18n": "^3.8.1", "@react-aria/progress": "^3.4.4", "@react-aria/utils": "^3.19.0", "@react-types/progress": "^3.4.1" }, "devDependencies": { "@nextui-org/card": "workspace:*", "@nextui-org/chip": "workspace:*", "clean-package": "2.2.0", "react": "^18.0.0" }, "clean-package": "../../../clean-package.config.json" }