Rocket.Chat/packages/mock-providers/package.json
rocketchat-github-ci 0f9345a316 Release 8.0.0-rc.1
[no ci]
2025-12-23 02:19:11 +00:00

51 lines
1.3 KiB
JSON

{
"name": "@rocket.chat/mock-providers",
"version": "0.4.7-rc.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix"
},
"dependencies": {
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/i18n": "workspace:~",
"@rocket.chat/ui-contexts": "workspace:^",
"@storybook/react": "^8.6.14",
"i18next": "~23.4.9",
"react-i18next": "~13.2.2"
},
"devDependencies": {
"@faker-js/faker": "~8.0.2",
"@rocket.chat/ddp-client": "workspace:~",
"@rocket.chat/mongo-adapter": "workspace:~",
"@rocket.chat/tools": "workspace:~",
"@rocket.chat/ui-video-conf": "workspace:*",
"@tanstack/react-query": "~5.65.1",
"@testing-library/dom": "~10.4.1",
"@testing-library/jest-dom": "~6.8.0",
"@testing-library/react": "~16.3.0",
"@types/react": "~18.3.26",
"@types/react-dom": "~18.3.7",
"eslint": "~8.45.0",
"jest": "~30.2.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"storybook": "^8.6.14",
"typescript": "~5.9.3"
},
"peerDependencies": {
"@tanstack/react-query": "*",
"react": "*"
},
"volta": {
"extends": "../../package.json"
}
}