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

41 lines
1.1 KiB

{
"name": "@rocket.chat/ui-avatar",
"version": "26.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 .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@rocket.chat/core-typings": "workspace:~",
"@rocket.chat/emitter": "^0.32.0",
"@rocket.chat/fuselage": "^0.77.0",
"@rocket.chat/fuselage-hooks": "^0.41.0",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/icons": "~0.47.0",
"@rocket.chat/ui-contexts": "workspace:^",
"@types/react": "~18.3.28",
"@types/react-dom": "~18.3.7",
"eslint": "~9.39.4",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-virtuoso": "~4.12.8",
"typescript": "~5.9.3"
},
"peerDependencies": {
"@rocket.chat/fuselage": "*",
"@rocket.chat/ui-contexts": "workspace:^",
"react": "*"
},
"volta": {
"extends": "../../package.json"
}
}