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

96 lines
3.2 KiB

{
"name": "@rocket.chat/ui-voip",
"version": "16.0.0-rc.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "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": "yarn testunit",
"test-storybook": "npx concurrently -k -s first -n \"SB,TEST\" \"yarn storybook --ci\" \"npx wait-on tcp:127.0.0.1:6006 && yarn exec test-storybook\"",
"testunit": "TZ=UTC jest",
"typecheck": "tsc --noEmit --skipLibCheck -p tsconfig.json"
},
"dependencies": {
"@rocket.chat/desktop-api": "workspace:^",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/media-signaling": "workspace:~",
"@tanstack/react-query": "~5.65.1",
"react-i18next": "~13.2.2"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"@react-spectrum/test-utils": "~1.0.0-alpha.8",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.70.0",
"@rocket.chat/fuselage-hooks": "~0.38.1",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/fuselage-ui-kit": "workspace:^",
"@rocket.chat/icons": "~0.46.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/mock-providers": "workspace:~",
"@rocket.chat/styled": "~0.32.0",
"@rocket.chat/tsconfig": "workspace:*",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-client": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
"@rocket.chat/ui-kit": "workspace:^",
"@storybook/addon-a11y": "^8.6.14",
"@storybook/addon-actions": "^8.6.14",
"@storybook/addon-docs": "^8.6.14",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.14",
"@storybook/test": "^8.6.14",
"@storybook/test-runner": "^0.22.1",
"@testing-library/dom": "~10.4.1",
"@testing-library/react": "~16.3.0",
"@testing-library/user-event": "~14.6.1",
"@types/jest": "~30.0.0",
"@types/jest-axe": "~3.5.9",
"@types/react": "~18.3.26",
"@types/react-dom": "~18.3.7",
"date-fns": "~4.1.0",
"eslint": "~8.45.0",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-storybook": "~0.11.6",
"i18next": "~23.4.9",
"jest": "~30.2.0",
"jest-axe": "~10.0.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-virtuoso": "^4.12.0",
"storybook": "^8.6.14",
"typescript": "~5.9.3"
},
"peerDependencies": {
"@rocket.chat/css-in-js": "*",
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/fuselage-ui-kit": "workspace:^",
"@rocket.chat/icons": "*",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-client": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
"date-fns": "*",
"react": "*",
"react-aria": "~3.23.1",
"react-dom": "*"
},
"volta": {
"extends": "../../package.json"
}
}