mattermost-mobile/package.json
Christopher Poile c071eaf617
[MM-57707] - Calls: Add host controls menu (#7905)
* add host controls screen; add control for make host

* licensing & host logic

* refactor participant card; dynamic profile sizing; PR comments

* render participant name and profile changes in ParticipantsList

* package-lock update after rebase onto main

* use config's HostControlsAllowed
2024-04-24 17:23:23 -04:00

208 lines
8 KiB
JSON

{
"name": "mattermost-mobile",
"version": "2.16.0",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
"license": "Apache 2.0",
"private": true,
"engines": {
"node": "^18.10.0",
"npm": "^9.0.0"
},
"dependencies": {
"@formatjs/intl-datetimeformat": "6.12.3",
"@formatjs/intl-getcanonicallocales": "2.3.0",
"@formatjs/intl-listformat": "7.5.5",
"@formatjs/intl-locale": "3.4.5",
"@formatjs/intl-numberformat": "8.10.1",
"@formatjs/intl-pluralrules": "5.2.12",
"@gorhom/bottom-sheet": "4.6.1",
"@mattermost/calls": "github:mattermost/calls-common#cc5e65f6c103138fd013d6fa45eb33bfe7544f2a",
"@mattermost/compass-icons": "0.1.44",
"@mattermost/react-native-emm": "1.4.1",
"@mattermost/react-native-network-client": "1.5.1",
"@mattermost/react-native-paste-input": "0.7.1",
"@mattermost/react-native-turbo-log": "0.3.2",
"@msgpack/msgpack": "2.8.0",
"@nozbe/watermelondb": "0.27.1",
"@react-native-camera-roll/camera-roll": "7.5.2",
"@react-native-clipboard/clipboard": "1.13.2",
"@react-native-community/datetimepicker": "7.6.4",
"@react-native-community/netinfo": "11.3.1",
"@react-native-cookies/cookies": "6.2.1",
"@react-navigation/bottom-tabs": "6.5.20",
"@react-navigation/native": "6.1.17",
"@react-navigation/stack": "6.3.29",
"@sentry/react-native": "5.20.0",
"@stream-io/flat-list-mvcp": "0.10.3",
"@voximplant/react-native-foreground-service": "3.0.2",
"base-64": "1.0.0",
"commonmark": "npm:@mattermost/commonmark@0.30.1-2",
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#81b5d27509652bae50b4b510ede777dd3bd923cf",
"deep-equal": "2.2.3",
"deepmerge": "4.3.1",
"emoji-regex": "10.3.0",
"fuse.js": "7.0.0",
"html-entities": "2.5.2",
"jail-monkey": "2.8.0",
"mime-db": "1.52.0",
"moment-timezone": "0.5.45",
"pako": "2.1.0",
"path-to-regexp": "6.2.2",
"react": "18.2.0",
"react-freeze": "1.0.4",
"react-intl": "6.6.5",
"react-native": "0.73.6",
"react-native-background-timer": "2.4.1",
"react-native-button": "3.1.0",
"react-native-calendars": "1.1304.1",
"react-native-create-thumbnail": "1.6.4",
"react-native-device-info": "10.13.1",
"react-native-document-picker": "9.1.1",
"react-native-dotenv": "3.4.11",
"react-native-elements": "3.4.3",
"react-native-exception-handler": "2.10.10",
"react-native-fast-image": "8.6.3",
"react-native-file-viewer": "2.1.5",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.16.0",
"react-native-haptic-feedback": "2.2.0",
"react-native-hw-keyboard-event": "0.0.4",
"react-native-image-picker": "7.1.2",
"react-native-in-app-review": "4.3.3",
"react-native-incall-manager": "4.2.0",
"react-native-keyboard-aware-scroll-view": "0.9.5",
"react-native-keyboard-tracking-view": "5.7.0",
"react-native-keychain": "8.2.0",
"react-native-linear-gradient": "2.8.3",
"react-native-localize": "3.1.0",
"react-native-math-view": "3.9.5",
"react-native-navigation": "7.39.1",
"react-native-notifications": "5.1.0",
"react-native-permissions": "4.1.5",
"react-native-reanimated": "3.8.1",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "3.30.1",
"react-native-section-list-get-item-layout": "2.2.3",
"react-native-shadow-2": "7.0.8",
"react-native-share": "10.1.0",
"react-native-svg": "15.1.0",
"react-native-vector-icons": "10.0.3",
"react-native-video": "5.2.1",
"react-native-walkthrough-tooltip": "1.6.0",
"react-native-webrtc": "118.0.3",
"react-native-webview": "13.8.4",
"react-syntax-highlighter": "15.5.0",
"semver": "7.6.0",
"tinycolor2": "1.6.0",
"url-parse": "1.5.10"
},
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-transform-flow-strip-types": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@babel/runtime": "7.24.4",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.4.5",
"@types/base-64": "1.0.2",
"@types/commonmark": "0.27.9",
"@types/commonmark-react-renderer": "4.3.4",
"@types/deep-equal": "1.0.4",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/mime-db": "1.43.5",
"@types/pako": "2.0.3",
"@types/querystringify": "2.0.2",
"@types/react": "18.2.77",
"@types/react-native-background-timer": "2.0.2",
"@types/react-native-button": "3.0.5",
"@types/react-native-dotenv": "0.2.2",
"@types/react-native-share": "3.3.8",
"@types/react-native-video": "5.0.20",
"@types/react-syntax-highlighter": "15.5.11",
"@types/semver": "7.5.8",
"@types/tinycolor2": "1.4.6",
"@types/tough-cookie": "4.0.5",
"@types/url-parse": "1.4.11",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"axios": "1.6.8",
"axios-cookiejar-support": "5.0.1",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0",
"detox": "20.20.1",
"eslint": "8.57.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "9.0.11",
"isomorphic-fetch": "3.0.0",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jetifier": "2.0.0",
"mmjstool": "github:mattermost/mattermost-utilities#83b1b311972b8f5e750aae4019457a40abb5aa44",
"nock": "13.5.4",
"patch-package": "8.0.0",
"react-devtools-core": "5.0.2",
"react-native-svg-transformer": "1.3.0",
"tough-cookie": "4.1.3",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"uuid": "9.0.1"
},
"scripts": {
"android": "react-native run-android",
"build:android": "./scripts/build.sh apk",
"build:android-unsigned": "./scripts/build.sh apk unsigned",
"build:ios": "./scripts/build.sh ipa",
"build:ios-sim": "./scripts/build.sh ipa simulator",
"build:ios-unsigned": "./scripts/build.sh ipa unsigned",
"check": "npm run lint && npm run tsc",
"check-test": "npm run lint && npm run tsc && npm run test",
"clean": "./scripts/clean.sh",
"e2e:android": "cd detox && npm run e2e:android-build && npm run e2e:android-test && cd ..",
"e2e:ios": "cd detox && npm run e2e:ios-test && cd ..",
"fix": "npm run lint -- --fix",
"i18n-clean-empty": "npm run mmjstool -- i18n clean-empty --mobile-dir .",
"i18n-extract": "npm run mmjstool -- i18n extract-mobile",
"ios": "react-native run-ios",
"ios-gems": "cd ios && bundle install",
"ios-gems-m1": "cd ios && arch -arm64 bundle install",
"lint": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet .",
"mmjstool": "mmjstool",
"pod-install": "cd ios && pod install",
"pod-install-m1": "cd ios && arch -x86_64 pod install",
"postinstall": "patch-package && ./scripts/postinstall.sh",
"prepare": "husky",
"preinstall": "./scripts/preinstall.sh && npx solidarity",
"start": "react-native start",
"test": "jest --forceExit --runInBand",
"test:coverage": "jest --coverage",
"test:watch": "npm test -- --watch",
"tsc": "NODE_OPTIONS=--max_old_space_size=12000 tsc --noEmit",
"updatesnapshot": "jest --updateSnapshot"
},
"overrides": {
"@testing-library/react-hooks": {
"@types/react": "^18.2.37",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0"
}
}
}