Newer
Older
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"keywords": [
"rocketchat",
"rocket",
"chat"
],
"scripts": {
"start": "meteor",
"build:ci": "meteor build --server-only",
"dev": "meteor --exclude-archs \"web.browser.legacy, web.cordova\"",
"dsv": "meteor --exclude-archs \"web.browser.legacy, web.cordova\"",
"ha": "meteor npm run ha:start",
"ha:start": "ts-node .scripts/run-ha.ts main",
"ha:add": "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": "meteor npm run stylelint && meteor npm run eslint",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx .",
"eslint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"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=8184\" tsc --noEmit --skipLibCheck",
"deploy": "npm run build && pm2 startOrRestart pm2.json",
"coverage": "nyc -r html mocha --config ./.mocharc.js",
"test:playwright": "playwright test",
"testunit": "npm run .testunit:definition && npm run .testunit:client && npm run .testunit:server",
".testunit:server": "mocha --config ./.mocharc.js",
".testunit:client": "mocha --config ./.mocharc.client.js",
".testunit:definition": "mocha --config ./.mocharc.definition.js",
"testunit-watch": "mocha --watch --config ./.mocharc.js",
"test": "npm run testapi && npm run testui",
"translation-diff": "node .scripts/translationDiff.js",
"translation-check": "node .scripts/check-i18n.js",
"translation-fix-order": "node .scripts/fix-i18n.js",
"version": "node .scripts/version.js",
"set-version": "node .scripts/set-version.js",
"release": "meteor npm run set-version --silent",
"storybook": "cross-env NODE_OPTIONS=--max-old-space-size=8192 start-storybook -p 6006",
"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": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"@faker-js/faker": "^6.3.1",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/livechat": "workspace:^",
"@storybook/addon-essentials": "~6.5.8",
"@storybook/addon-interactions": "~6.5.8",
"@storybook/addons": "~6.5.8",
"@storybook/react": "~6.5.8",
"@storybook/testing-library": "0.0.11",
"@testing-library/react": "~12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/adm-zip": "^0.4.34",
"@types/agenda": "^2.0.9",
"@types/bad-words": "^3.0.1",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.0",
"@types/busboy": "^1.5.0",
"@types/chai": "^4.2.22",
"@types/chai-datetime": "0.0.37",
"@types/chai-spies": "^1.0.3",
"@types/clipboard": "^2.0.7",
"@types/cors": "^2.8.5",
"@types/cssom": "^0.4.1",
"@types/express-rate-limit": "^5.1.3",
"@types/fibers": "^3.1.1",
"@types/google-libphonenumber": "^7.4.21",
"@types/imap": "^0.8.35",
"@types/jsdom": "^16.2.12",
"@types/jsdom-global": "^3.0.2",
"@types/jsrsasign": "^9.0.3",
"@types/ldapjs": "^2.2.1",
"@types/less": "^3.0.2",
"@types/lodash.get": "^4.4.6",
"@types/mailparser": "^3.4.0",
"@types/marked": "^1.2.2",
"@types/meteor": "2.0.4",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^8.2.3",
"@types/mock-require": "^2.0.1",
"@types/moment-timezone": "^0.5.30",
"@types/mongodb": "^3.6.10",
"@types/node-rsa": "^1.1.1",
"@types/nodemailer": "^6.4.4",
"@types/parseurl": "^1.3.1",
"@types/photoswipe": "^4.1.2",
"@types/prometheus-gc-stats": "^0.6.2",
"@types/psl": "^1.1.0",
"@types/react": "~17.0.42",
"@types/react-dom": "~17.0.14",
"@types/rewire": "^2.5.28",
"@types/semver": "^7.3.9",
"@types/sharp": "^0.30.2",
"@types/sinon": "^10.0.11",
"@types/strict-uri-encode": "^2",
"@types/string-strip-html": "^5.0.0",
"@types/supertest": "^2.0.11",
"@types/ua-parser-js": "^0.7.36",
"@types/underscore.string": "0.0.38",
"@types/use-sync-external-store": "^0.0.3",
"@types/xml-crypto": "^1.4.1",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^3.0.0",
"chai-spies": "^1.0.0",
"cross-env": "^7.0.3",
"emojione-assets": "^4.5.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-testing-library": "^5.3.1",
"mock-require": "^3.0.3",
"outdent": "~0.8.0",
"pino-pretty": "^7.6.1",
"postcss": "~8.4.12",
"postcss-custom-properties": "^11.0.0",
"postcss-easy-import": "^3.0.0",
"sinon": "^14.0.0",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0",
"@babel/runtime": "^7.17.9",
"@bugsnag/js": "^7.16.2",
"@google-cloud/storage": "^5.19.3",
"@nivo/bar": "0.73.1",
"@nivo/core": "0.73.0",
"@nivo/heatmap": "0.73.0",
"@nivo/line": "0.62.0",
"@nivo/pie": "0.73.0",
"@rocket.chat/api-client": "workspace:^",
"@rocket.chat/apps-engine": "1.33.0-alpha.6456",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.12",
"@rocket.chat/emitter": "~0.31.12",
"@rocket.chat/favicon": "workspace:^",
Aaron Ogle
committed
"@rocket.chat/forked-matrix-appservice-bridge": "^4.0.1",
"@rocket.chat/forked-matrix-bot-sdk": "^0.6.0-beta.2",
"@rocket.chat/fuselage": "^0.31.14",
"@rocket.chat/fuselage-hooks": "~0.31.14-dev.9",
"@rocket.chat/fuselage-polyfills": "~0.31.12",
"@rocket.chat/fuselage-toastbar": "^0.32.0-dev.22",
"@rocket.chat/fuselage-tokens": "^0.32.0-dev.9",
"@rocket.chat/fuselage-ui-kit": "~0.32.0-dev.15",
"@rocket.chat/gazzodown": "workspace:^",
"@rocket.chat/icons": "~0.31.14",
"@rocket.chat/logo": "~0.31.12",
"@rocket.chat/memo": "~0.31.12",
"@rocket.chat/message-parser": "next",
"@rocket.chat/model-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/onboarding-ui": "~0.31.12",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.12",
"@rocket.chat/ui-contexts": "workspace:^",
"@rocket.chat/ui-kit": "~0.32.0-dev.0",
"@slack/rtm-api": "^6.0.0",
"@types/cookie": "^0.5.1",
"@types/proxy-from-env": "^1.0.1",
"agenda": "https://github.com/RocketChat/agenda#c2cfcc532b8409561104dca980e6adbbcbdf5442",
"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.1121.0",
"body-parser": "1.20.0",
"bson": "^4.6.3",
"busboy": "^1.6.0",
"bytebuffer": "5.0.1",
"cas": "https://github.com/kcbanner/node-cas/tarball/fcd27dad333223b3b75a048bce27973fb3ca0f62",
"change-case": "^4.1.2",
"clipboard": "^2.0.10",
"codemirror": "^5.65.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"css-vars-ponyfill": "^2.4.7",
"ejson": "^2.2.2",
"emailreplyparser": "^0.0.5",
"emojione": "^4.5.0",
"eslint-plugin-anti-trojan-source": "^1.1.0",
"exif-be-gone": "^1.2.2",
"express": "^4.17.3",
"express-rate-limit": "^5.5.1",
"filenamify": "^4.3.0",
"filesize": "^3.6.1",
"google-libphonenumber": "^3.2.27",
"googleapis": "^25.0.0",
"grapheme-splitter": "^1.0.4",
"gridfs-stream": "^1.1.1",
"he": "^1.2.0",
"hljs9": "npm:highlight.js@^9.18.5",
"http-proxy-agent": "^5.0.0",
"i18next-http-backend": "^1.4.0",
"imap": "^0.8.19",
"ip-range-check": "^0.2.0",
"is-svg": "^4.3.2",
"ldap-escape": "^2.0.6",
"ldapjs": "^2.3.2",
"less": "https://github.com/meteor/less.js/tarball/8130849eb3d7f0ecf0ca8d0af7c4207b0442e3f6",
"less-plugin-autoprefixer": "^2.1.0",
"limax": "^3.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"mailparser": "^3.4.0",
"marked": "^0.7.0",
"mem": "^8.1.1",
"meteor-node-stubs": "^1.2.3",
"mime-db": "^1.52.0",
"mime-type": "^4.0.0",
"mkdirp": "^1.0.4",
"moment-timezone": "^0.5.34",
"mongodb-memory-server": "^7.6.3",
"object-path": "^0.11.8",
"path": "^0.12.7",
"path-to-regexp": "^6.2.0",
"proxy-from-env": "^1.1.0",
"queue-fifo": "^0.2.6",
"rc-scrollbars": "^1.1.3",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-hook-form": "^7.30.0",
"react-i18next": "^11.16.7",
"react-query": "^3.38.0",
"react-virtuoso": "^1.11.1",
"redis": "^4.0.6",
"semver": "^7.3.7",
"sharp": "^0.30.6",
"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",
"tar-stream": "^1.6.2",
"underscore.string": "^3.3.6",
"universal-perf-hooks": "^1.0.1",
"url-polyfill": "^1.1.12",
"use-sync-external-store": "^1.2.0",
Rodrigo Nascimento
committed
"vm2": "^3.9.9",
"xml2js": "0.4.23",
"xmldom": "^0.6.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"
},
"nyc": {
"include": [
"**/*.js",
"**/*.ts"
],
"exclude": [
".houston",
".meteor",
".scripts",
".snapcraft",
".storybook",
"node_modules",
"**/.mocharc.js",
"**/.mocharc.api.js",
"**/.mocharc.client.js",
"**/.mocharc.definition.js",
"**/tests/*"
],
"all": true
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}