/
QuickMeet
/
Chat.Desktop
Обзор
Документация
Войти
/
QuickMeet
/
Chat.Desktop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9.0
package.json
140 строк
5 KB
Jean Brito
Add new Video call window (#2624)
22 мар 2023, 18:17
Не верифицирован
22 мар 2023, 18:17
6ff7d65
Код
Авторство
О чём код?
{ "private": true, "workspaces": [ "workspaces/*" ], "productName": "Rocket.Chat", "name": "rocketchat", "description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat", "version": "3.9.0", "author": "Rocket.Chat Support <support@rocket.chat>", "copyright": "© 2016-2021, Rocket.Chat", "homepage": "https://rocket.chat", "license": "MIT", "keywords": [ "rocketchat", "desktop", "electron" ], "repository": { "type": "git", "url": "git+https://github.com/RocketChat/Rocket.Chat.Electron.git" }, "bugs": { "url": "https://github.com/RocketChat/Rocket.Chat.Electron/issues" }, "main": "app/main.js", "scripts": { "postinstall": "run-s install-app-deps clean", "start": "run-s clean build:watch", "clean": "rimraf app dist", "build": "run-p .:build:rollup .:build:workspaces", "build-mac": "yarn --silent electron-builder --publish never --mac --universal", "build-win": "yarn --silent electron-builder --publish never --win", ".:build:rollup": "rollup -c", ".:build:workspaces": "yarn workspaces run build", "release": "yarn electron-builder --publish onTagOrDraft --x64", "build:watch": "rollup -c -w", "install-app-deps": "electron-builder install-app-deps", "test": "xvfb-maybe jest", "build-assets": "ts-node -O '{\"module\":\"commonjs\"}' src/buildAssets.ts", "build-assets-win": "ts-node -O \"{\\\"module\\\":\\\"commonjs\\\"}\" src/buildAssets.ts", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "lint": "run-s .:lint:eslint .:lint:tsc", ".:lint:eslint": "eslint .", ".:lint:tsc": "tsc --noEmit --skipLibCheck", "lint-fix": "run-s .:lint-fix:eslint .:lint:tsc", ".:lint-fix:eslint": "eslint --fix ." }, "dependencies": { "@bugsnag/js": "^7.16.0", "@emotion/css": "^11.7.1", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@rocket.chat/css-in-js": "^0.31.1", "@rocket.chat/fuselage": "^0.31.1", "@rocket.chat/fuselage-hooks": "^0.31.1", "@rocket.chat/fuselage-polyfills": "^0.31.14", "@rocket.chat/icons": "^0.31.1", "abort-controller": "^3.0.0", "electron-dl": "^3.5.0", "electron-store": "^8.1.0", "electron-updater": "^5.3.0", "i18next": "^21.6.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^11.15.3", "react-keyed-flatten-children": "^1.3.0", "react-redux": "^7.2.6", "redux": "^4.1.2", "reselect": "^4.1.5", "rimraf": "^3.0.2", "semver": "^7.3.5", "tslib": "^2.3.1" }, "devDependencies": { "@babel/core": "^7.16.12", "@babel/eslint-parser": "^7.16.5", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-function-bind": "^7.16.7", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@fiahfy/icns-convert": "^0.0.12", "@fiahfy/ico-convert": "^0.0.12", "@jest-runner/electron": "^3.0.1", "@rocket.chat/eslint-config": "^0.4.0", "@rocket.chat/eslint-config-alt": "^0.31.1", "@rocket.chat/prettier-config": "^0.31.1", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-replace": "^3.0.1", "@rollup/plugin-typescript": "^8.3.0", "@types/electron-devtools-installer": "^2.2.1", "@types/jest": "^27.4.0", "@types/meteor": "^2.0.4", "@types/node": "^17.0.13", "@types/node-fetch": "^3.0.3", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-redux": "^7.1.22", "@types/resize-observer-browser": "^0.1.6", "@types/rimraf": "^3.0.2", "@typescript-eslint/parser": "^5.10.1", "builtin-modules": "^3.2.0", "chokidar": "^3.5.3", "conventional-changelog-cli": "^2.2.2", "convert-svg-to-png": "^0.5.0", "electron": "^22.3.1", "electron-builder": "^23.6.0", "electron-devtools-installer": "^3.2.0", "electron-notarize": "^1.2.2", "eslint": "^7.32.0", "jest": "^26.6.3", "jimp": "^0.16.1", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "puppeteer": "^13.1.2", "rollup": "^2.66.1", "rollup-plugin-copy": "^3.4.0", "ts-jest": "^26.5.6", "ts-node": "^10.4.0", "typescript": "^4.5.5", "xvfb-maybe": "^0.2.1" }, "optionalDependencies": { "fsevents": "2.3.2" }, "engines": { "node": ">=12.8.x" }, "devEngines": { "node": ">=12.8.x", "yarn": ">=1.22.x" }, "resolutions": { "@fiahfy/icns-convert/sharp": "0.29.3", "@fiahfy/ico-convert/sharp": "0.29.3" } }