RocketChat/Rocket.Chat

View on GitHub
apps/meteor/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/meteor",
    "description": "The Ultimate Open Source WebChat Platform",
    "version": "6.12.1",
    "private": true,
    "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": "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=6144\" 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\" \"app/**/*.less\" \"client/**/*.less\" \"ee/**/*.less\"",
        "stylelint:fix": "stylelint --fix \"app/**/*.css\" \"client/**/*.css\" \"app/**/*.less\" \"client/**/*.less\" \"ee/**/*.less\"",
        "typecheck": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" tsc -p tsconfig.typecheck.json",
        "deploy": "yarn build && pm2 startOrRestart pm2.json",
        "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": "cross-env NODE_OPTIONS=--max-old-space-size=8192 start-storybook -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.7.3",
        "@babel/core": "~7.22.20",
        "@babel/eslint-parser": "~7.23.3",
        "@babel/plugin-proposal-nullish-coalescing-operator": "~7.18.6",
        "@babel/plugin-proposal-optional-chaining": "~7.21.0",
        "@babel/preset-env": "~7.22.20",
        "@babel/preset-react": "~7.22.15",
        "@babel/register": "~7.22.15",
        "@faker-js/faker": "~8.0.2",
        "@playwright/test": "^1.40.1",
        "@rocket.chat/eslint-config": "workspace:^",
        "@rocket.chat/jest-presets": "workspace:~",
        "@rocket.chat/livechat": "workspace:^",
        "@rocket.chat/mock-providers": "workspace:^",
        "@settlin/spacebars-loader": "^1.0.9",
        "@storybook/addon-a11y": "6.5.16",
        "@storybook/addon-essentials": "~6.5.16",
        "@storybook/addon-interactions": "~6.5.16",
        "@storybook/addon-postcss": "~2.0.0",
        "@storybook/addons": "~6.5.16",
        "@storybook/react": "~6.5.16",
        "@storybook/testing-library": "0.0.13",
        "@tanstack/react-query-devtools": "^4.19.1",
        "@testing-library/react": "~16.0.0",
        "@testing-library/user-event": "~14.5.2",
        "@types/adm-zip": "^0.5.3",
        "@types/archiver": "^5.3.4",
        "@types/bad-words": "^3.0.2",
        "@types/bcrypt": "^5.0.1",
        "@types/body-parser": "^1.19.4",
        "@types/busboy": "^1.5.2",
        "@types/chai": "~4.3.16",
        "@types/chai-as-promised": "^7.1.7",
        "@types/chai-datetime": "0.0.38",
        "@types/chai-dom": "1.11.2",
        "@types/chai-spies": "~1.0.5",
        "@types/codemirror": "^5.60.12",
        "@types/cookie-parser": "^1.4.5",
        "@types/cors": "^2.8.15",
        "@types/cssom": "^0.4.2",
        "@types/dompurify": "^2.3.3",
        "@types/ejson": "^2.2.1",
        "@types/express": "^4.17.20",
        "@types/express-rate-limit": "^5.1.3",
        "@types/fibers": "^3.1.3",
        "@types/google-libphonenumber": "^7.4.29",
        "@types/gravatar": "^1.8.5",
        "@types/he": "^1.1.2",
        "@types/i18next-sprintf-postprocessor": "^0.2.2",
        "@types/imap": "^0.8.39",
        "@types/jest": "~29.5.12",
        "@types/jsdom": "^16.2.15",
        "@types/jsdom-global": "^3.0.6",
        "@types/jsrsasign": "^10.5.11",
        "@types/later": "^1.2.8",
        "@types/ldapjs": "^2.2.5",
        "@types/less": "~3.0.5",
        "@types/lodash.clonedeep": "^4.5.9",
        "@types/lodash.get": "^4.4.8",
        "@types/mailparser": "^3.4.3",
        "@types/marked": "^4.0.8",
        "@types/meteor": "^2.9.8",
        "@types/meteor-collection-hooks": "^0.8.8",
        "@types/mkdirp": "^1.0.2",
        "@types/mocha": "github:whitecolor/mocha-types",
        "@types/moment-timezone": "^0.5.30",
        "@types/node": "^14.18.63",
        "@types/node-gcm": "^1.0.3",
        "@types/node-rsa": "^1.1.3",
        "@types/nodemailer": "^6.4.13",
        "@types/oauth2-server": "^3.0.15",
        "@types/parseurl": "^1.3.2",
        "@types/prometheus-gc-stats": "^0.6.3",
        "@types/proxyquire": "^1.3.30",
        "@types/psl": "^1.1.2",
        "@types/react": "~17.0.69",
        "@types/react-dom": "~17.0.22",
        "@types/rewire": "^2.5.29",
        "@types/sanitize-html": "^2.9.3",
        "@types/semver": "^7.3.10",
        "@types/sharp": "^0.30.5",
        "@types/sinon": "^10.0.20",
        "@types/strict-uri-encode": "^2.0.1",
        "@types/string-strip-html": "^5.0.1",
        "@types/supertest": "^2.0.15",
        "@types/supports-color": "~7.2.0",
        "@types/textarea-caret": "^3.0.2",
        "@types/ua-parser-js": "^0.7.38",
        "@types/use-subscription": "^1.0.1",
        "@types/use-sync-external-store": "^0.0.5",
        "@types/uuid": "^8.3.4",
        "@types/xml-crypto": "~1.4.4",
        "@types/xml-encryption": "~1.2.3",
        "@typescript-eslint/eslint-plugin": "~5.60.1",
        "@typescript-eslint/parser": "~5.60.1",
        "autoprefixer": "^9.8.8",
        "babel-loader": "^8.3.0",
        "babel-plugin-array-includes": "^2.0.3",
        "babel-plugin-istanbul": "^6.1.1",
        "chai": "^4.3.10",
        "chai-as-promised": "^7.1.1",
        "chai-datetime": "^1.8.0",
        "chai-dom": "^1.11.0",
        "chai-spies": "~1.0.0",
        "cross-env": "^7.0.3",
        "docker-compose": "^0.24.3",
        "emojione-assets": "^4.5.0",
        "eslint": "~8.45.0",
        "eslint-config-prettier": "~8.8.0",
        "eslint-plugin-anti-trojan-source": "~1.1.1",
        "eslint-plugin-import": "~2.26.0",
        "eslint-plugin-no-floating-promise": "~1.0.2",
        "eslint-plugin-playwright": "~0.15.3",
        "eslint-plugin-prettier": "~4.2.1",
        "eslint-plugin-react": "~7.32.2",
        "eslint-plugin-react-hooks": "~4.6.0",
        "eslint-plugin-testing-library": "~6.2.2",
        "eslint-plugin-you-dont-need-lodash-underscore": "~6.12.0",
        "fast-glob": "^3.2.12",
        "i18next": "~23.4.9",
        "jest": "~29.7.0",
        "jsdom-global": "^3.0.2",
        "mocha": "^9.2.2",
        "nyc": "^15.1.0",
        "outdent": "~0.8.0",
        "pino-pretty": "^7.6.1",
        "playwright-qase-reporter": "^1.2.1",
        "postcss": "~8.4.31",
        "postcss-custom-properties": "^11.0.0",
        "postcss-easy-import": "^3.0.0",
        "postcss-load-config": "^3.1.4",
        "postcss-media-minmax": "^5.0.0",
        "postcss-nested": "^5.0.6",
        "postcss-url": "^10.1.3",
        "prettier": "~2.8.8",
        "proxyquire": "^2.1.3",
        "react-docgen-typescript-plugin": "^1.0.5",
        "rewire": "^6.0.0",
        "sinon": "^14.0.2",
        "source-map": "^0.7.4",
        "stylelint": "^14.9.1",
        "stylelint-order": "^5.0.0",
        "supertest": "^6.2.3",
        "supports-color": "~7.2.0",
        "template-file": "^6.0.1",
        "ts-node": "^10.9.1",
        "typescript": "~5.3.3"
    },
    "dependencies": {
        "@babel/runtime": "~7.22.15",
        "@bugsnag/js": "~7.20.2",
        "@bugsnag/plugin-react": "~7.19.0",
        "@google-cloud/storage": "^6.11.0",
        "@kaciras/deasync": "^1.0.3",
        "@nivo/bar": "0.84.0",
        "@nivo/core": "0.84.0",
        "@nivo/heatmap": "0.84.0",
        "@nivo/line": "0.84.0",
        "@nivo/pie": "0.84.0",
        "@react-aria/color": "^3.0.0-beta.15",
        "@react-aria/toolbar": "^3.0.0-beta.1",
        "@react-pdf/renderer": "^3.1.14",
        "@rocket.chat/account-utils": "workspace:^",
        "@rocket.chat/agenda": "workspace:^",
        "@rocket.chat/api-client": "workspace:^",
        "@rocket.chat/apps": "workspace:^",
        "@rocket.chat/apps-engine": "1.45.0-alpha.866",
        "@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/forked-matrix-appservice-bridge": "^4.0.2",
        "@rocket.chat/forked-matrix-bot-sdk": "^0.6.0-beta.3",
        "@rocket.chat/fuselage": "^0.57.1",
        "@rocket.chat/fuselage-hooks": "^0.33.1",
        "@rocket.chat/fuselage-polyfills": "~0.31.25",
        "@rocket.chat/fuselage-toastbar": "^0.33.0",
        "@rocket.chat/fuselage-tokens": "^0.33.1",
        "@rocket.chat/fuselage-ui-kit": "workspace:^",
        "@rocket.chat/gazzodown": "workspace:^",
        "@rocket.chat/i18n": "workspace:^",
        "@rocket.chat/icons": "~0.38.0",
        "@rocket.chat/instance-status": "workspace:^",
        "@rocket.chat/jwt": "workspace:^",
        "@rocket.chat/layout": "~0.31.26",
        "@rocket.chat/license": "workspace:^",
        "@rocket.chat/log-format": "workspace:^",
        "@rocket.chat/logger": "workspace:^",
        "@rocket.chat/logo": "^0.31.30",
        "@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.24.0",
        "@rocket.chat/omnichannel-services": "workspace:^",
        "@rocket.chat/onboarding-ui": "~0.33.3",
        "@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/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/web-ui-registration": "workspace:^",
        "@slack/bolt": "^3.14.0",
        "@slack/rtm-api": "^6.0.0",
        "@tanstack/react-query": "^4.16.1",
        "@types/cookie": "^0.5.3",
        "@types/katex": "^0.14.0",
        "@types/lodash": "^4.14.200",
        "@types/lodash.debounce": "^4.0.8",
        "@types/object-path": "^0.11.3",
        "@types/proxy-from-env": "^1.0.3",
        "@types/speakeasy": "^2.0.9",
        "@xmldom/xmldom": "^0.8.10",
        "adm-zip": "0.5.10",
        "ajv": "^8.11.0",
        "ajv-formats": "~2.1.1",
        "apn": "2.2.0",
        "archiver": "^3.1.1",
        "asterisk-manager": "^0.2.0",
        "atlassian-crowd-patched": "^0.5.1",
        "autolinker": "^3.15.0",
        "aws-sdk": "^2.1363.0",
        "bad-words": "^3.0.4",
        "bcrypt": "^5.0.1",
        "body-parser": "1.20.2",
        "bson": "^4.6.4",
        "busboy": "^1.6.0",
        "bytebuffer": "5.0.1",
        "chalk": "^4.0.0",
        "change-case": "^4.1.2",
        "chart.js": "^3.8.0",
        "codemirror": "^5.65.15",
        "colorette": "^2.0.20",
        "colors": "^1.4.0",
        "connect": "^3.7.0",
        "cookie": "^0.5.0",
        "cookie-parser": "^1.4.6",
        "cors": "^2.8.5",
        "cron": "~1.8.2",
        "css-vars-ponyfill": "^2.4.8",
        "csv-parse": "^5.2.0",
        "date-fns": "^2.28.0",
        "date.js": "~0.3.3",
        "debug": "~4.1.1",
        "dompurify": "^2.3.8",
        "ejson": "^2.2.3",
        "emailreplyparser": "^0.0.5",
        "emoji-toolkit": "^7.0.1",
        "emojione": "^4.5.0",
        "eventemitter3": "^4.0.7",
        "exif-be-gone": "^1.3.2",
        "express": "^4.17.3",
        "express-rate-limit": "^5.5.1",
        "fastq": "^1.13.0",
        "fflate": "^0.7.4",
        "fibers": "^5.0.3",
        "file-type": "^16.5.4",
        "filenamify": "^4.3.0",
        "filesize": "9.0.11",
        "generate-password": "^1.7.1",
        "google-libphonenumber": "^3.2.33",
        "gravatar": "^1.8.2",
        "he": "^1.2.0",
        "highlight.js": "^11.6.0",
        "hljs9": "npm:highlight.js@^9.18.5",
        "http-proxy-agent": "^5.0.0",
        "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.0.2",
        "imap": "^0.8.19",
        "ip-range-check": "^0.2.0",
        "is-svg": "^4.3.2",
        "isolated-vm": "4.4.2",
        "jschardet": "^3.0.0",
        "jsdom": "^16.7.0",
        "jsrsasign": "^10.5.24",
        "juice": "^8.0.0",
        "katex": "~0.16.9",
        "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.get": "^4.4.2",
        "mailparser": "^3.4.0",
        "marked": "^4.2.5",
        "mem": "^8.1.1",
        "meteor-node-stubs": "^1.2.5",
        "mime-db": "^1.52.0",
        "mime-type": "^4.0.0",
        "mkdirp": "^1.0.4",
        "moleculer": "^0.14.31",
        "moment": "^2.29.4",
        "moment-timezone": "^0.5.43",
        "mongo-message-queue": "^1.0.0",
        "mongodb": "^4.17.2",
        "nats": "^2.6.1",
        "node-abort-controller": "^3.1.1",
        "node-dogstatsd": "^0.0.7",
        "node-fetch": "2.3.0",
        "node-gcm": "1.0.5",
        "node-rsa": "^1.1.1",
        "nodemailer": "^6.7.8",
        "oauth2-server": "3.1.1",
        "object-path": "^0.11.8",
        "path": "^0.12.7",
        "path-to-regexp": "^6.2.1",
        "pdfjs-dist": "^2.13.216",
        "pino": "^8.15.0",
        "postis": "^2.2.0",
        "prom-client": "^14.2.0",
        "prometheus-gc-stats": "^0.6.5",
        "proxy-from-env": "^1.1.0",
        "psl": "^1.8.0",
        "query-string": "^7.1.3",
        "queue-fifo": "^0.2.6",
        "rc-scrollbars": "^1.1.6",
        "re-resizable": "^6.9.9",
        "react": "~17.0.2",
        "react-aria": "~3.23.1",
        "react-dom": "~17.0.2",
        "react-error-boundary": "^3.1.4",
        "react-hook-form": "~7.45.4",
        "react-i18next": "~13.2.2",
        "react-keyed-flatten-children": "^1.3.0",
        "react-virtuoso": "^4.7.1",
        "redis": "^4.0.6",
        "sanitize-html": "^2.7.2",
        "semver": "^7.3.7",
        "sharp": "^0.32.6",
        "sip.js": "^0.20.1",
        "sodium-native": "^3.3.0",
        "sodium-plus": "^0.9.0",
        "speakeasy": "^2.0.0",
        "stream-buffers": "^3.0.2",
        "strict-uri-encode": "^2.0.0",
        "string-strip-html": "^7.0.3",
        "suretype": "~2.4.1",
        "swiper": "^9.3.2",
        "tar-stream": "^1.6.2",
        "textarea-caret": "^3.1.0",
        "tinykeys": "^1.4.0",
        "turndown": "^7.1.2",
        "twilio": "^3.76.1",
        "twit": "^2.2.11",
        "typia": "^5.3.3",
        "ua-parser-js": "^1.0.37",
        "underscore": "^1.13.6",
        "universal-perf-hooks": "^1.0.1",
        "url-polyfill": "^1.1.12",
        "use-subscription": "~1.6.0",
        "use-sync-external-store": "^1.2.0",
        "uuid": "^8.3.2",
        "vm2": "^3.9.19",
        "webdav": "^4.11.3",
        "xml-crypto": "~3.1.0",
        "xml-encryption": "~3.0.2",
        "xml2js": "~0.5.0",
        "yaqrcode": "^0.2.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"
        }
    }
}