{ "name": "@rocket.chat/ui-avatar", "version": "22.0.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "rm -rf dist && tsc -p tsconfig.build.json", "dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput", "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "typecheck": "tsc -p tsconfig.json --noEmit" }, "devDependencies": { "@rocket.chat/core-typings": "workspace:~", "@rocket.chat/emitter": "^0.32.0", "@rocket.chat/fuselage": "^0.71.0", "@rocket.chat/fuselage-hooks": "^0.39.0", "@rocket.chat/fuselage-tokens": "~0.33.2", "@rocket.chat/icons": "~0.46.0", "@rocket.chat/ui-contexts": "workspace:^", "@types/react": "~18.3.27", "@types/react-dom": "~18.3.7", "eslint": "~8.45.0", "eslint-plugin-react": "~7.37.5", "eslint-plugin-react-hooks": "~5.0.0", "eslint-plugin-storybook": "~0.11.6", "eslint-plugin-testing-library": "~6.4.0", "react": "~18.3.1", "react-dom": "~18.3.1", "react-virtuoso": "^4.12.0", "typescript": "~5.9.3" }, "peerDependencies": { "@rocket.chat/fuselage": "*", "@rocket.chat/ui-contexts": "workspace:^", "react": "*" }, "volta": { "extends": "../../package.json" } }