The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/ui-avatar/package.json

47 lines
1.3 KiB

{
"name": "@rocket.chat/ui-avatar",
"version": "17.0.0",
"private": true,
"devDependencies": {
"@babel/core": "~7.26.10",
"@rocket.chat/core-typings": "workspace:~",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/fuselage": "^0.66.0",
"@rocket.chat/fuselage-hooks": "^0.37.0",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/ui-contexts": "workspace:^",
"@types/react": "~18.3.23",
"@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.2"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"build": "rm -rf dist && tsc -p tsconfig-build.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"dev": "tsc -p tsconfig-build.json --watch --preserveWatchOutput"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"peerDependencies": {
"@rocket.chat/fuselage": "*",
"@rocket.chat/ui-contexts": "workspace:^",
"react": "*"
},
"volta": {
"extends": "../../package.json"
}
}