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

76 lines
2.3 KiB

{
"name": "@rocket.chat/ui-client",
"version": "21.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 --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"storybook": "storybook dev -p 6006",
"test": "jest",
"testunit": "jest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "~7.26.10",
"@react-aria/toolbar": "^3.0.0-nightly.5042",
"@rocket.chat/core-typings": "workspace:~",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/fuselage": "^0.66.0",
"@rocket.chat/fuselage-hooks": "^0.37.0",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/mock-providers": "workspace:^",
"@rocket.chat/storybook-config": "workspace:~",
"@rocket.chat/tsconfig": "workspace:*",
"@rocket.chat/ui-avatar": "workspace:~",
"@rocket.chat/ui-contexts": "workspace:~",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.14",
"@testing-library/dom": "~10.4.0",
"@testing-library/react": "~16.0.1",
"@types/dompurify": "^3.0.5",
"@types/jest": "~30.0.0",
"@types/react": "~18.3.23",
"@types/react-dom": "~18.3.7",
"eslint": "~8.45.0",
"eslint-plugin-anti-trojan-source": "~1.1.1",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-storybook": "~0.11.6",
"eslint-plugin-testing-library": "~6.4.0",
"jest": "~30.0.5",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hook-form": "~7.45.4",
"react-virtuoso": "^4.12.0",
"storybook": "^8.6.14",
"typescript": "~5.9.2"
},
"peerDependencies": {
"@react-aria/toolbar": "*",
"@rocket.chat/css-in-js": "*",
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
"react": "*",
"react-i18next": "*"
},
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"dompurify": "^3.2.6"
}
}