2016-07-21 17:36:59 -03:00
|
|
|
{
|
2022-04-07 18:11:04 -03:00
|
|
|
"name": "rocket.chat",
|
2026-03-25 12:02:00 -03:00
|
|
|
"version": "8.4.0-develop",
|
2022-04-07 18:11:04 -03:00
|
|
|
"private": true,
|
2025-12-09 10:11:25 -03:00
|
|
|
"description": "Rocket.Chat Monorepo",
|
|
|
|
|
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/RocketChat/Rocket.Chat/issues"
|
2022-04-07 18:11:04 -03:00
|
|
|
},
|
2025-12-09 10:11:25 -03:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/RocketChat/Rocket.Chat.git"
|
2022-04-07 18:11:04 -03:00
|
|
|
},
|
2025-12-09 10:11:25 -03:00
|
|
|
"license": "MIT",
|
|
|
|
|
"author": "",
|
|
|
|
|
"main": "index.js",
|
2022-04-07 18:11:04 -03:00
|
|
|
"workspaces": [
|
|
|
|
|
"apps/*",
|
2022-04-13 11:28:52 -03:00
|
|
|
"packages/*",
|
2022-05-12 13:29:33 -03:00
|
|
|
"ee/apps/*",
|
|
|
|
|
"ee/packages/*",
|
2022-04-13 11:28:52 -03:00
|
|
|
"apps/meteor/ee/server/services"
|
2022-04-07 18:11:04 -03:00
|
|
|
],
|
2025-12-09 10:11:25 -03:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "turbo run build",
|
|
|
|
|
"build:services": "turbo run build --filter=rocketchat-services...",
|
|
|
|
|
"dev": "turbo run dev --env-mode=loose --parallel --filter=@rocket.chat/meteor...",
|
|
|
|
|
"dsv": "turbo run dsv --env-mode=loose --filter=@rocket.chat/meteor...",
|
2026-01-20 09:41:31 -06:00
|
|
|
"ms": "turbo run ms --env-mode=loose",
|
2025-12-09 10:11:25 -03:00
|
|
|
"fossify": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node scripts/fossify.ts",
|
|
|
|
|
"fuselage": "./fuselage.sh",
|
|
|
|
|
"lint": "turbo run lint",
|
|
|
|
|
"storybook": "yarn workspace @rocket.chat/meteor run storybook",
|
|
|
|
|
"test-storybook": "turbo run test-storybook",
|
|
|
|
|
"testunit": "turbo run testunit"
|
2022-06-22 21:59:14 -03:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2025-12-09 10:11:25 -03:00
|
|
|
"@sematext/gc-stats@npm:^1.5.9": "patch:@sematext/gc-stats@npm%3A1.5.9#~/.yarn/patches/@sematext-gc-stats-npm-1.5.9-01e77be4d0.patch",
|
2023-06-27 10:54:02 -03:00
|
|
|
"adm-zip": "0.5.9",
|
2025-09-23 01:25:14 -03:00
|
|
|
"cross-spawn": "7.0.6",
|
2025-11-11 13:15:21 -03:00
|
|
|
"drachtio-srf": "patch:drachtio-srf@npm%3A5.0.12#~/.yarn/patches/drachtio-srf-npm-5.0.12-b0b1afaad6.patch",
|
2025-12-09 10:11:25 -03:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"minimist": "1.2.6",
|
|
|
|
|
"mongodb": "6.10.0",
|
2026-03-13 21:31:54 -03:00
|
|
|
"underscore": "1.13.7",
|
|
|
|
|
"yoga-layout@npm:^3.2.1": "patch:yoga-layout@npm%3A3.2.1#~/.yarn/patches/yoga-layout-npm-3.2.1-51ec934670.patch",
|
|
|
|
|
"@react-pdf/layout@npm:^4.4.2": "patch:@react-pdf/layout@npm%3A4.4.2#~/.yarn/patches/@react-pdf-layout-npm-4.4.2-6c2e3312fa.patch"
|
2023-11-10 09:36:25 -03:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-11-17 13:34:04 -03:00
|
|
|
"@types/stream-buffers": "^3.0.8",
|
2024-11-04 11:23:51 -03:00
|
|
|
"node-gyp": "^10.2.0"
|
2025-12-09 10:11:25 -03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@changesets/cli": "^2.27.11",
|
2026-02-27 11:16:24 -03:00
|
|
|
"@rocket.chat/eslint-config": "workspace:~",
|
2025-12-09 10:11:25 -03:00
|
|
|
"@types/chart.js": "^2.9.41",
|
|
|
|
|
"@types/js-yaml": "^4.0.9",
|
|
|
|
|
"@types/node": "~22.16.5",
|
2026-02-27 11:16:24 -03:00
|
|
|
"eslint": "~9.39.3",
|
|
|
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
|
2025-12-09 10:11:25 -03:00
|
|
|
"ts-node": "^10.9.2",
|
2026-03-03 00:29:43 -03:00
|
|
|
"turbo": "2.8.12",
|
2025-12-09 10:11:25 -03:00
|
|
|
"typescript": "~5.9.3"
|
|
|
|
|
},
|
2026-01-16 12:01:13 -03:00
|
|
|
"packageManager": "yarn@4.12.0",
|
2025-12-09 10:11:25 -03:00
|
|
|
"engines": {
|
|
|
|
|
"node": "22.16.0",
|
2026-01-16 12:01:13 -03:00
|
|
|
"yarn": "4.12.0"
|
2025-12-09 10:11:25 -03:00
|
|
|
},
|
|
|
|
|
"volta": {
|
|
|
|
|
"node": "22.16.0",
|
2026-01-16 12:01:13 -03:00
|
|
|
"yarn": "4.12.0"
|
2025-12-09 10:11:25 -03:00
|
|
|
},
|
|
|
|
|
"houston": {
|
|
|
|
|
"minTag": "0.55.0-rc.0",
|
|
|
|
|
"updateFiles": [
|
|
|
|
|
"package.json",
|
|
|
|
|
"apps/meteor/app/utils/rocketchat.info"
|
|
|
|
|
]
|
2022-04-07 18:11:04 -03:00
|
|
|
}
|
2016-07-21 17:36:59 -03:00
|
|
|
}
|