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

56 lines
1.6 KiB

{
"name": "@rocket.chat/ui-contexts",
"version": "26.0.0-rc.1",
"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 --watch --preserveWatchOutput -p tsconfig.build.json",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"testunit": "jest"
},
"dependencies": {
"@rocket.chat/password-policies": "workspace:^"
},
"devDependencies": {
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/ddp-client": "workspace:~",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/fuselage": "^0.70.0",
"@rocket.chat/fuselage-hooks": "~0.38.1",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/i18n": "workspace:~",
"@rocket.chat/icons": "~0.46.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/tools": "workspace:~",
"@types/jest": "~30.0.0",
"@types/react": "~18.3.26",
"@types/react-dom": "~18.3.7",
"eslint": "~8.45.0",
"eslint-plugin-react-hooks": "^5.0.0",
"i18next": "~23.4.9",
"jest": "~30.2.0",
"mongodb": "6.16.0",
"react": "~18.3.1",
"typescript": "~5.9.3"
},
"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": "*"
},
"volta": {
"extends": "../../package.json"
}
}