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/web-ui-registration/package.json

38 lines
975 B

{
"name": "@rocket.chat/web-ui-registration",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@rocket.chat/layout": "next",
"@rocket.chat/ui-client": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
"@tanstack/react-query": "^4.16.1",
"@testing-library/react": "^13.3.0",
"@types/jest": "~29.5.2",
"eslint": "~8.43.0",
"jest": "~29.5.0",
"react-hook-form": "^7.34.2",
"ts-jest": "~29.0.5",
"typescript": "~5.1.3"
},
"peerDependencies": {
"@rocket.chat/layout": "*",
"@rocket.chat/ui-contexts": "*",
"@tanstack/react-query": "*",
"react": "*",
"react-hook-form": "*",
"react-i18next": "*"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"build": "tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
]
}