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-contexts/package.json

49 lines
1.4 KiB

{
"name": "@rocket.chat/ui-contexts",
"version": "21.0.0",
"private": true,
"devDependencies": {
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/ddp-client": "workspace:~",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/fuselage-hooks": "^0.37.0",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/i18n": "workspace:~",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/tools": "workspace:~",
"@types/react": "~18.3.23",
"@types/react-dom": "~18.3.7",
"eslint": "~8.45.0",
"eslint-plugin-react-hooks": "^5.0.0",
"i18next": "~23.4.9",
"mongodb": "6.10.0",
"react": "~18.3.1",
"typescript": "~5.9.2"
},
"peerDependencies": {
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/ddp-client": "workspace:^",
"@rocket.chat/emitter": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/i18n": "workspace:~",
"@rocket.chat/rest-typings": "workspace:^",
"react": "*"
},
"dependencies": {
"@rocket.chat/password-policies": "workspace:^"
},
"volta": {
"extends": "../../package.json"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"dev": "tsc --watch --preserveWatchOutput -p tsconfig.json",
"build": "rm -rf dist && tsc -p tsconfig.json"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
]
}