Skip to content
Snippets Groups Projects
package.json 15.8 KiB
Newer Older
Diego Sampaio's avatar
Diego Sampaio committed
{
	"name": "@rocket.chat/meteor",
	"description": "The Ultimate Open Source WebChat Platform",
	"version": "7.5.0-develop",
	"private": true,
	"type": "commonjs",
	"author": {
		"name": "Rocket.Chat",
		"url": "https://rocket.chat/"
	},
	"keywords": [
		"rocketchat",
		"rocket",
		"chat"
	],
	"scripts": {
		"start": "meteor",
		"build:ci": "METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --server-only --directory /tmp/dist",
		"dev": "NODE_OPTIONS=\"--trace-warnings\" meteor --exclude-archs \"web.browser.legacy, web.cordova\"",
		"dsv": "meteor npm run dev",
		"ha": "meteor npm run ha:start",
		"ms": "TRANSPORTER=${TRANSPORTER:-TCP} meteor npm run dev",
		"ha:start": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node .scripts/run-ha.ts main",
		"ha:add": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node .scripts/run-ha.ts instance",
		"migration:add": "ts-node-transpile-only --skip-project .scripts/make-migration.ts",
		"debug": "meteor run --inspect",
		"debug-brk": "meteor run --inspect-brk",
		"lint": "yarn stylelint && yarn eslint",
		"eslint": "NODE_OPTIONS=\"--max-old-space-size=8192\" eslint --ext .js,.jsx,.ts,.tsx .  --cache",
		"eslint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix --cache",
		"obj:dev": "TEST_MODE=true yarn dev",
		"stylelint": "stylelint \"app/**/*.css\" \"client/**/*.css\"",
		"stylelint:fix": "stylelint --fix \"app/**/*.css\" \"client/**/*.css\"",
		"typecheck": "meteor lint && cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" tsc --noEmit --skipLibCheck",
		"coverage": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc -r html mocha --config ./.mocharc.js",
		"test:e2e": "playwright test",
		"test:e2e:federation": "playwright test --config=playwright-federation.config.ts",
		"test:e2e:nyc": "nyc report --reporter=lcov",
		"testapi": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha --config ./.mocharc.api.js",
		"testunit": "yarn .testunit:definition && yarn .testunit:client && yarn .testunit:server:cov",
		".testunit:server": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha --config ./.mocharc.js",
		".testunit:server:cov": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc -r text -r lcov mocha --config ./.mocharc.js",
		".testunit:client": "jest",
		".testunit:definition": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha --config ./.mocharc.definition.js",
		"testunit-watch": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha --watch --config ./.mocharc.js",
		"test": "yarn testunit && yarn testapi",
		"translation-diff": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node .scripts/translation-diff.ts",
		"translation-check": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node .scripts/translation-check.ts",
		"translation-fix-order": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node .scripts/translation-fix-order.ts",
		"version": "node .scripts/version.js",
		"set-version": "node .scripts/set-version.js",
		"release": "meteor yarn set-version --silent",
		"storybook": "storybook dev -p 6006 --no-version-updates",
		"prepare": "node playwright.prepare.mjs",
		"docker:start": "docker-compose up"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/RocketChat/Rocket.Chat.git"
	},
	"bugs": {
		"url": "https://github.com/RocketChat/Rocket.Chat/issues",
		"email": "support@rocket.chat"
	},
	"devDependencies": {
		"@axe-core/playwright": "^4.10.1",
		"@babel/core": "~7.26.0",
		"@babel/eslint-parser": "~7.25.9",
		"@babel/preset-env": "~7.26.0",
		"@babel/preset-react": "~7.25.9",
		"@babel/register": "~7.25.9",
		"@faker-js/faker": "~8.0.2",
		"@playwright/test": "^1.48.2",
		"@rocket.chat/eslint-config": "workspace:^",
		"@rocket.chat/jest-presets": "workspace:~",
		"@rocket.chat/livechat": "workspace:^",
		"@rocket.chat/mock-providers": "workspace:^",
		"@storybook/addon-a11y": "^8.5.3",
		"@storybook/addon-essentials": "^8.5.3",
		"@storybook/addon-interactions": "^8.5.3",
		"@storybook/addon-styling-webpack": "^1.0.1",
		"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
		"@storybook/react": "^8.5.3",
		"@storybook/react-webpack5": "^8.5.3",
		"@testing-library/react": "~16.0.1",
		"@testing-library/user-event": "~14.5.2",
		"@types/adm-zip": "^0.5.6",
		"@types/archiver": "^5.3.4",
		"@types/bad-words": "^3.0.3",
		"@types/bcrypt": "^5.0.2",
		"@types/body-parser": "^1.19.5",
		"@types/busboy": "^1.5.4",
		"@types/bytebuffer": "~5.0.49",
		"@types/chai": "~4.3.20",
		"@types/chai-as-promised": "^7.1.8",
		"@types/chai-datetime": "0.0.39",
		"@types/chai-dom": "1.11.3",
		"@types/chai-spies": "~1.0.6",
		"@types/codemirror": "~5.60.15",
		"@types/cookie": "^0.5.4",
		"@types/cookie-parser": "^1.4.7",
		"@types/cors": "^2.8.17",
		"@types/cssom": "^0.4.3",
		"@types/ejson": "^2.2.2",
		"@types/express": "^4.17.21",
		"@types/express-rate-limit": "^5.1.3",
		"@types/google-libphonenumber": "^7.4.30",
		"@types/gravatar": "^1.8.6",
		"@types/he": "^1.2.3",
		"@types/i18next-sprintf-postprocessor": "^0.2.3",
		"@types/imap": "^0.8.42",
		"@types/jest": "~29.5.14",
		"@types/jsdom": "^21.1.0",
		"@types/jsdom-global": "^3.0.7",
		"@types/jsrsasign": "^10.5.14",
		"@types/katex": "^0.16.7",
		"@types/later": "^1.2.9",
		"@types/ldapjs": "^2.2.5",
		"@types/less": "~3.0.6",
		"@types/lodash": "^4.17.13",
		"@types/lodash.clonedeep": "^4.5.9",
		"@types/lodash.debounce": "^4.0.9",
		"@types/lodash.escape": "^4.0.9",
		"@types/lodash.get": "^4.4.9",
		"@types/mailparser": "^3.4.5",
		"@types/marked": "^4.3.2",
		"@types/meteor-collection-hooks": "^0.8.9",
		"@types/mkdirp": "^1.0.2",
		"@types/mocha": "github:whitecolor/mocha-types",
		"@types/node": "~20.17.8",
		"@types/node-rsa": "^1.1.4",
		"@types/nodemailer": "^6.4.16",
		"@types/oauth2-server": "^3.0.18",
		"@types/object-path": "^0.11.4",
		"@types/parseurl": "^1.3.3",
		"@types/prometheus-gc-stats": "^0.6.4",
		"@types/proxy-from-env": "^1.0.4",
		"@types/proxyquire": "^1.3.31",
		"@types/psl": "^1.1.3",
		"@types/react": "~18.3.17",
		"@types/react-dom": "~18.3.5",
		"@types/sanitize-html": "^2.13.0",
		"@types/semver": "^7.5.8",
		"@types/sharp": "^0.32.0",
		"@types/sinon": "^10.0.20",
		"@types/speakeasy": "^2.0.10",
		"@types/strict-uri-encode": "^2.0.2",
		"@types/supertest": "^6.0.2",
		"@types/supports-color": "~7.2.1",
		"@types/textarea-caret": "^3.0.3",
		"@types/ua-parser-js": "^0.7.39",
		"@types/underscore": "^1.13.0",
		"@types/uuid": "^10.0.0",
		"@types/xml-crypto": "~1.4.6",
		"@types/xml-encryption": "~1.2.4",
		"@typescript-eslint/eslint-plugin": "~5.60.1",
		"@typescript-eslint/parser": "~5.60.1",
		"autoprefixer": "^9.8.8",
		"babel-loader": "^9.2.1",
		"babel-plugin-array-includes": "^2.0.3",
		"babel-plugin-istanbul": "^6.1.1",
		"chai": "^4.5.0",
		"chai-as-promised": "^7.1.2",
		"chai-datetime": "^1.8.1",
		"chai-dom": "^1.12.0",
		"chai-spies": "~1.1.0",
		"cross-env": "^7.0.3",
		"docker-compose": "^0.24.8",
		"emojione-assets": "^4.5.0",
		"eslint": "~8.45.0",
		"eslint-config-prettier": "~9.1.0",
		"eslint-plugin-anti-trojan-source": "~1.1.1",
		"eslint-plugin-import": "~2.31.0",
		"eslint-plugin-no-floating-promise": "~2.0.0",
		"eslint-plugin-playwright": "~2.0.1",
		"eslint-plugin-prettier": "~5.2.1",
		"eslint-plugin-react": "~7.37.2",
		"eslint-plugin-react-hooks": "~5.0.0",
		"eslint-plugin-testing-library": "~6.4.0",
		"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
		"fast-glob": "^3.3.2",
		"i18next": "~23.4.9",
		"jest": "~29.7.0",
		"jsdom-global": "^3.0.2",
		"mocha": "^9.2.2",
		"nyc": "^17.1.0",
		"outdent": "~0.8.0",
		"pino-pretty": "^7.6.1",
		"playwright-qase-reporter": "^2.0.16",
		"postcss": "~8.4.49",
		"postcss-custom-properties": "^14.0.4",
		"postcss-lit": "^1.1.1",
		"postcss-load-config": "^6.0.1",
		"postcss-media-minmax": "^5.0.0",
		"postcss-nested": "^7.0.2",
		"postcss-url": "^10.1.3",
		"prettier": "~3.3.3",
		"proxyquire": "^2.1.3",
		"raw-loader": "~4.0.2",
		"react-docgen-typescript-plugin": "^1.0.8",
		"sinon": "^19.0.2",
		"source-map": "^0.7.4",
		"storybook": "^8.5.3",
		"stylelint": "^16.10.0",
		"stylelint-config-standard": "^36.0.1",
		"stylelint-order": "^6.0.4",
		"stylelint-selector-bem-pattern": "^4.0.1",
		"supertest": "^7.0.0",
		"supports-color": "~7.2.0",
		"template-file": "^6.0.1",
		"ts-node": "^10.9.2",
		"typescript": "~5.7.2"
	},
	"dependencies": {
		"@babel/runtime": "~7.26.0",
		"@bugsnag/js": "~7.20.2",
		"@bugsnag/plugin-react": "~7.19.0",
		"@google-cloud/storage": "^7.15.0",
		"@kaciras/deasync": "^1.1.0",
		"@nivo/bar": "0.88.0",
		"@nivo/core": "0.88.0",
		"@nivo/heatmap": "0.88.0",
		"@nivo/line": "0.88.0",
		"@nivo/pie": "0.88.0",
		"@node-oauth/oauth2-server": "5.2.0",
		"@opentelemetry/api": "^1.9.0",
		"@opentelemetry/exporter-trace-otlp-grpc": "^0.54.2",
		"@opentelemetry/sdk-node": "^0.54.2",
		"@parse/node-apn": "^6.3.0",
		"@react-pdf/renderer": "^3.4.5",
		"@rocket.chat/account-utils": "workspace:^",
		"@rocket.chat/agenda": "workspace:^",
		"@rocket.chat/api-client": "workspace:^",
		"@rocket.chat/apps": "workspace:^",
		"@rocket.chat/apps-engine": "workspace:^",
		"@rocket.chat/base64": "workspace:^",
		"@rocket.chat/cas-validate": "workspace:^",
		"@rocket.chat/core-services": "workspace:^",
		"@rocket.chat/core-typings": "workspace:^",
		"@rocket.chat/cron": "workspace:^",
		"@rocket.chat/css-in-js": "~0.31.25",
		"@rocket.chat/emitter": "~0.31.25",
		"@rocket.chat/favicon": "workspace:^",
		"@rocket.chat/freeswitch": "workspace:^",
		"@rocket.chat/fuselage": "~0.60.3",
		"@rocket.chat/fuselage-hooks": "~0.34.1",
		"@rocket.chat/fuselage-polyfills": "~0.31.25",
		"@rocket.chat/fuselage-toastbar": "~0.33.1",
		"@rocket.chat/fuselage-tokens": "~0.33.2",
		"@rocket.chat/fuselage-ui-kit": "workspace:^",
		"@rocket.chat/gazzodown": "workspace:^",
		"@rocket.chat/i18n": "workspace:^",
		"@rocket.chat/icons": "^0.40.0",
		"@rocket.chat/instance-status": "workspace:^",
		"@rocket.chat/jwt": "workspace:^",
		"@rocket.chat/layout": "~0.31.27",
		"@rocket.chat/license": "workspace:^",
		"@rocket.chat/log-format": "workspace:^",
		"@rocket.chat/logger": "workspace:^",
		"@rocket.chat/logo": "^0.31.32",
		"@rocket.chat/memo": "~0.31.25",
		"@rocket.chat/message-parser": "workspace:^",
		"@rocket.chat/model-typings": "workspace:^",
		"@rocket.chat/models": "workspace:^",
		"@rocket.chat/mp3-encoder": "^0.31.26",
		"@rocket.chat/network-broker": "workspace:^",
		"@rocket.chat/omnichannel-services": "workspace:^",
		"@rocket.chat/onboarding-ui": "~0.34.0",
		"@rocket.chat/password-policies": "workspace:^",
		"@rocket.chat/patch-injection": "workspace:^",
		"@rocket.chat/pdf-worker": "workspace:^",
		"@rocket.chat/poplib": "workspace:^",
		"@rocket.chat/presence": "workspace:^",
		"@rocket.chat/random": "workspace:^",
		"@rocket.chat/rest-typings": "workspace:^",
		"@rocket.chat/server-cloud-communication": "workspace:^",
		"@rocket.chat/server-fetch": "workspace:^",
		"@rocket.chat/sha256": "workspace:^",
		"@rocket.chat/string-helpers": "~0.31.25",
		"@rocket.chat/tools": "workspace:^",
		"@rocket.chat/tracing": "workspace:^",
		"@rocket.chat/ui-avatar": "workspace:^",
		"@rocket.chat/ui-client": "workspace:^",
		"@rocket.chat/ui-composer": "workspace:^",
		"@rocket.chat/ui-contexts": "workspace:^",
		"@rocket.chat/ui-kit": "workspace:~",
		"@rocket.chat/ui-theming": "workspace:^",
		"@rocket.chat/ui-video-conf": "workspace:^",
		"@rocket.chat/ui-voip": "workspace:^",
		"@rocket.chat/web-ui-registration": "workspace:^",
		"@slack/rtm-api": "^7.0.2",
		"@tanstack/react-query": "~5.65.1",
		"@types/meteor": "^2.9.8",
		"@vector-im/matrix-bot-sdk": "0.7.1-element.6",
		"@xmldom/xmldom": "^0.8.10",
		"adm-zip": "0.5.16",
		"ajv": "^8.17.1",
		"ajv-formats": "~3.0.1",
		"archiver": "^7.0.1",
		"asterisk-manager": "^0.2.0",
		"atlassian-crowd-patched": "^0.5.1",
		"aws-sdk": "^2.1691.0",
		"bad-words": "^3.0.4",
		"bcrypt": "^5.1.1",
		"body-parser": "1.20.3",
		"bson": "^6.7.0",
		"busboy": "^1.6.0",
		"bytebuffer": "5.0.1",
		"chalk": "^4.1.2",
		"change-case": "^4.1.2",
		"chart.js": "^3.9.1",
		"codemirror": "^5.65.18",
		"colorette": "^2.0.20",
		"colors": "^1.4.0",
		"connect": "^3.7.0",
		"cookie": "^0.7.2",
		"cookie-parser": "^1.4.7",
		"cors": "^2.8.5",
		"cron": "~1.8.2",
		"cron-validator": "^1.3.1",
		"css-vars-ponyfill": "^2.4.9",
		"csv-parse": "^5.5.6",
		"date-fns": "^2.30.0",
		"date.js": "~0.3.3",
		"debug": "~4.3.7",
		"dompurify": "^3.2.4",
		"ejson": "^2.2.3",
		"emailreplyparser": "^0.0.5",
		"emoji-toolkit": "^7.0.1",
		"emojione": "^4.5.0",
		"eventemitter3": "^5.0.1",
		"exif-be-gone": "^1.5.1",
		"expiry-map": "^2.0.0",
		"express-rate-limit": "^5.5.1",
		"fastq": "^1.17.1",
		"fflate": "^0.8.2",
		"file-type": "^16.5.4",
		"filenamify": "^4.3.0",
		"filesize": "9.0.11",
		"generate-password": "^1.7.1",
		"google-libphonenumber": "^3.2.38",
		"gravatar": "^1.8.2",
		"he": "^1.2.0",
		"highlight.js": "^11.10.0",
		"hljs9": "npm:highlight.js@^9.18.5",
		"http-proxy-agent": "^7.0.2",
		"human-interval": "^2.0.1",
		"i18next-http-backend": "^1.4.5",
		"i18next-sprintf-postprocessor": "^0.2.2",
		"iconv-lite": "^0.6.3",
		"image-size": "^1.1.1",
		"imap": "^0.8.19",
		"ip-range-check": "^0.2.0",
		"isolated-vm": "5.0.1",
		"jschardet": "^3.1.4",
		"jsdom": "^26.0.0",
		"jsrsasign": "^11.1.0",
		"juice": "^8.1.0",
		"ldap-escape": "^2.0.6",
		"ldapjs": "^2.3.3",
		"limax": "^3.0.0",
		"localforage": "^1.10.0",
		"lodash.clonedeep": "^4.5.0",
		"lodash.debounce": "^4.0.8",
		"lodash.escape": "^4.0.1",
		"lodash.get": "^4.4.2",
		"marked": "^4.3.0",
		"matrix-appservice": "^2.0.0",
		"matrix-appservice-bridge": "^10.3.1",
		"mem": "^8.1.1",
		"meteor-node-stubs": "^1.2.12",
		"mime-db": "^1.52.0",
		"mime-type": "^4.0.0",
		"mkdirp": "^1.0.4",
		"moleculer": "^0.14.35",
		"moment-timezone": "^0.5.46",
		"mongo-message-queue": "^1.1.0",
		"mongodb": "patch:mongodb@npm%3A6.10.0#~/.yarn/patches/mongodb-npm-6.10.0-b914157c35.patch",
		"nats": "^2.28.2",
		"node-dogstatsd": "^0.0.7",
		"node-fetch": "2.7.0",
		"node-rsa": "^1.1.1",
		"nodemailer": "^6.9.16",
		"object-path": "^0.11.8",
		"path": "^0.12.7",
		"path-to-regexp": "^6.3.0",
		"pino": "^8.21.0",
		"postis": "^2.2.0",
		"prom-client": "^14.2.0",
		"prometheus-gc-stats": "^0.6.5",
		"proxy-from-env": "^1.1.0",
		"psl": "^1.10.0",
		"query-string": "^7.1.3",
		"queue-fifo": "^0.2.6",
		"rc-scrollbars": "^1.1.6",
		"re-resizable": "^6.10.1",
		"react": "~18.3.1",
		"react-aria": "~3.37.0",
		"react-dom": "~18.3.1",
		"react-error-boundary": "^3.1.4",
		"react-hook-form": "~7.45.4",
		"react-i18next": "~13.2.2",
		"react-keyed-flatten-children": "^3.0.2",
		"react-stately": "~3.17.0",
		"react-virtuoso": "^4.12.0",
		"sanitize-html": "^2.14.0",
		"semver": "^7.6.3",
		"sharp": "^0.33.5",
		"sip.js": "^0.21.2",
		"sodium-plus": "^0.9.0",
		"speakeasy": "^2.0.0",
		"stream-buffers": "^3.0.3",
		"strict-uri-encode": "^2.0.0",
		"string-strip-html": "^8.5.0",
		"swiper": "patch:swiper@npm%3A11.1.14#~/.yarn/patches/swiper-npm-11.1.14-8126fa478a.patch",
		"textarea-caret": "^3.1.0",
		"tinykeys": "^1.4.0",
		"twit": "^2.2.11",
		"typia": "~6.12.2",
		"ua-parser-js": "^1.0.39",
		"underscore": "^1.13.7",
		"universal-perf-hooks": "^1.0.1",
		"url-polyfill": "^1.1.12",
		"uuid": "^11.0.3",
		"webdav": "^4.11.4",
		"xml-crypto": "~3.1.0",
		"xml-encryption": "~3.0.2",
		"xml2js": "~0.6.2",
		"yaqrcode": "^0.2.1",
		"zod": "^3.24.1"
	},
	"meteor": {
		"mainModule": {
			"client": "client/main.ts",
			"server": "server/main.ts"
		}
	},
	"browserslist": [
		"last 2 versions",
		"Firefox ESR"
	],
	"volta": {
		"extends": "../../package.json"
	},
	"installConfig": {
		"hoistingLimits": "workspaces"
	},
	"rocketchat": {
		"minimumClientVersions": {
			"desktop": "3.9.6",
			"mobile": "4.39.0"
		}
	}