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

45 lines
1.2 KiB

{
"name": "@rocket.chat/ui-contexts",
"version": "0.0.2",
"private": true,
"devDependencies": {
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "next",
"@rocket.chat/fuselage-hooks": "next",
"@rocket.chat/rest-typings": "workspace:^",
"@types/jest": "~29.5.2",
"@types/react": "~17.0.62",
"@types/react-dom": "~17.0.20",
"@types/use-sync-external-store": "^0.0.3",
"eslint": "~8.43.0",
"jest": "~29.5.0",
"mongodb": "^4.12.1",
"react": "~17.0.2",
"ts-jest": "~29.0.5",
"typescript": "~5.1.3",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/rest-typings": "workspace:^",
"react": "~17.0.2",
"use-sync-external-store": "^1.2.0"
},
"volta": {
"extends": "../../package.json"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"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"
]
}