2014-04-13 14:25:47 +02:00
|
|
|
{
|
|
|
|
|
"name": "jitsi-meet",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"description": "A sample app for the Jitsi Videobridge",
|
2023-07-18 11:14:10 +02:00
|
|
|
"private": true,
|
2014-04-13 14:25:47 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/jitsi/jitsi-meet"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"jingle",
|
|
|
|
|
"webrtc",
|
|
|
|
|
"xmpp",
|
|
|
|
|
"browser"
|
|
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
|
"dependencies": {
|
2025-06-27 15:39:33 +03:00
|
|
|
"@amplitude/analytics-browser": "2.17.12",
|
|
|
|
|
"@amplitude/analytics-react-native": "1.4.13",
|
2024-02-28 11:17:42 +01:00
|
|
|
"@braintree/sanitize-url": "7.0.0",
|
2023-04-21 10:11:56 +03:00
|
|
|
"@emotion/react": "11.10.6",
|
|
|
|
|
"@emotion/styled": "11.10.6",
|
2025-06-21 06:22:31 +00:00
|
|
|
"@giphy/js-fetch-api": "4.9.3",
|
|
|
|
|
"@giphy/react-components": "6.9.4",
|
2025-07-30 15:52:40 +03:00
|
|
|
"@giphy/react-native-sdk": "4.1.0",
|
2024-05-08 14:54:03 +03:00
|
|
|
"@jitsi/excalidraw": "https://github.com/jitsi/excalidraw/releases/download/v0.0.19/jitsi-excalidraw-0.0.19.tgz",
|
2025-10-17 19:19:56 -05:00
|
|
|
"@jitsi/js-utils": "2.6.7",
|
2025-09-16 17:24:30 -04:00
|
|
|
"@jitsi/logger": "2.1.1",
|
2025-02-03 13:35:15 +01:00
|
|
|
"@jitsi/rnnoise-wasm": "0.2.1",
|
2021-05-24 19:13:30 +02:00
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
|
2022-01-28 12:37:57 +01:00
|
|
|
"@microsoft/microsoft-graph-client": "3.0.1",
|
2023-04-21 10:11:56 +03:00
|
|
|
"@mui/material": "5.12.1",
|
2024-06-27 22:59:03 +02:00
|
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
2024-12-15 14:54:47 +02:00
|
|
|
"@react-native-clipboard/clipboard": "1.14.3",
|
2023-11-09 15:28:25 +02:00
|
|
|
"@react-native-community/netinfo": "11.1.0",
|
2025-07-10 14:56:43 +03:00
|
|
|
"@react-native-community/slider": "4.5.6",
|
2023-11-09 15:28:25 +02:00
|
|
|
"@react-native-google-signin/google-signin": "10.1.0",
|
2024-07-03 16:27:57 +03:00
|
|
|
"@react-navigation/bottom-tabs": "6.6.0",
|
|
|
|
|
"@react-navigation/elements": "1.3.30",
|
|
|
|
|
"@react-navigation/material-top-tabs": "6.6.13",
|
|
|
|
|
"@react-navigation/native": "6.1.17",
|
|
|
|
|
"@react-navigation/stack": "6.4.0",
|
2025-07-10 14:56:43 +03:00
|
|
|
"@sayem314/react-native-keep-awake": "1.3.1",
|
2024-06-28 15:29:41 +03:00
|
|
|
"@stomp/stompjs": "7.0.0",
|
2022-09-27 08:34:36 +00:00
|
|
|
"@svgr/webpack": "6.3.1",
|
2022-03-02 14:39:50 +02:00
|
|
|
"@tensorflow/tfjs-backend-wasm": "3.13.0",
|
|
|
|
|
"@tensorflow/tfjs-core": "3.13.0",
|
2022-05-06 15:41:08 +03:00
|
|
|
"@vladmandic/human": "2.6.5",
|
|
|
|
|
"@vladmandic/human-models": "2.5.9",
|
2023-04-17 13:32:26 +02:00
|
|
|
"@xmldom/xmldom": "0.8.7",
|
2024-02-06 18:28:35 +02:00
|
|
|
"abab": "2.0.6",
|
2024-11-15 06:26:35 -06:00
|
|
|
"allure-commandline": "2.32.0",
|
2024-02-07 12:32:35 -06:00
|
|
|
"amplitude-js": "8.21.9",
|
2023-09-20 16:06:53 -05:00
|
|
|
"base64-js": "1.5.1",
|
2019-02-27 15:52:19 +00:00
|
|
|
"bc-css-flags": "3.0.0",
|
2021-03-04 16:28:33 +01:00
|
|
|
"clipboard-copy": "4.0.1",
|
2021-09-10 14:05:16 +03:00
|
|
|
"clsx": "1.1.1",
|
2025-05-28 15:29:32 +03:00
|
|
|
"dayjs": "1.11.13",
|
2025-08-20 10:30:37 +02:00
|
|
|
"dompurify": "3.2.6",
|
2021-08-30 17:43:17 +03:00
|
|
|
"dropbox": "10.7.0",
|
2020-10-05 14:23:13 +03:00
|
|
|
"focus-visible": "5.1.0",
|
2025-08-06 08:47:50 -05:00
|
|
|
"glob": "11.0.3",
|
2021-11-17 10:49:08 +02:00
|
|
|
"grapheme-splitter": "1.0.4",
|
2021-08-24 08:35:23 -05:00
|
|
|
"i18n-iso-countries": "6.8.0",
|
2019-07-22 11:10:25 +01:00
|
|
|
"i18next": "17.0.6",
|
|
|
|
|
"i18next-browser-languagedetector": "3.0.1",
|
2024-03-07 17:19:23 +02:00
|
|
|
"i18next-http-backend": "2.2.1",
|
2021-07-26 14:38:56 +03:00
|
|
|
"image-capture": "0.4.0",
|
2022-08-30 10:47:55 +02:00
|
|
|
"jquery": "3.6.1",
|
2019-07-22 11:10:25 +01:00
|
|
|
"jquery-i18next": "1.2.1",
|
2017-10-30 14:34:40 +01:00
|
|
|
"js-md5": "0.6.1",
|
2022-06-21 09:53:07 +03:00
|
|
|
"js-sha512": "0.8.0",
|
2017-04-21 13:00:50 +03:00
|
|
|
"jwt-decode": "2.2.0",
|
2025-11-05 14:35:09 -05:00
|
|
|
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v2109.0.0+cb9d000c/lib-jitsi-meet.tgz",
|
2024-08-08 14:15:35 +02:00
|
|
|
"lodash-es": "4.17.21",
|
2022-07-20 15:31:17 +03:00
|
|
|
"null-loader": "4.0.1",
|
2021-05-11 11:01:45 +03:00
|
|
|
"optional-require": "1.0.3",
|
2023-11-09 10:01:02 +02:00
|
|
|
"pixelmatch": "5.3.0",
|
2025-02-04 17:35:03 +01:00
|
|
|
"promise.withresolvers": "1.0.3",
|
2023-06-29 13:46:37 -05:00
|
|
|
"punycode": "2.3.0",
|
2023-05-16 19:12:51 +03:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2024-07-08 12:41:04 +03:00
|
|
|
"react-emoji-render": "2.0.1",
|
2023-06-19 13:34:41 +02:00
|
|
|
"react-focus-on": "3.8.1",
|
2019-07-22 11:10:25 +01:00
|
|
|
"react-i18next": "10.11.4",
|
2019-08-05 12:46:10 +02:00
|
|
|
"react-linkify": "1.0.0-alpha",
|
2025-07-10 14:56:43 +03:00
|
|
|
"react-native": "0.77.2",
|
|
|
|
|
"react-native-background-timer": "https://github.com/jitsi/react-native-background-timer.git#d180dfaa4486ae3ee17d01242db92cb3195f4718",
|
|
|
|
|
"react-native-calendar-events": "https://github.com/jitsi/react-native-calendar-events.git#47f068dedfed7c0f72042e093f688eb11624eb7b",
|
|
|
|
|
"react-native-default-preference": "https://github.com/jitsi/react-native-default-preference.git#c9bf63bdc058e3fa2aa0b87b1ee1af240f44ed02",
|
2025-07-30 15:52:40 +03:00
|
|
|
"react-native-device-info": "12.1.0",
|
2023-09-04 15:42:41 +03:00
|
|
|
"react-native-dialog": "https://github.com/jitsi/react-native-dialog/releases/download/v9.2.2-jitsi.1/react-native-dialog-9.2.2.tgz",
|
2025-07-10 14:56:43 +03:00
|
|
|
"react-native-gesture-handler": "2.24.0",
|
|
|
|
|
"react-native-get-random-values": "1.11.0",
|
2025-07-30 15:52:40 +03:00
|
|
|
"react-native-orientation-locker": "https://github.com/jitsi/react-native-orientation-locker.git#fe095651d819cf134624f786b61fc8667862178a",
|
|
|
|
|
"react-native-pager-view": "6.8.1",
|
2023-09-04 14:29:10 +03:00
|
|
|
"react-native-paper": "5.10.3",
|
2025-07-10 14:56:43 +03:00
|
|
|
"react-native-performance": "5.1.2",
|
2025-07-30 15:52:40 +03:00
|
|
|
"react-native-safe-area-context": "5.5.2",
|
2025-07-10 14:56:43 +03:00
|
|
|
"react-native-screens": "4.11.1",
|
|
|
|
|
"react-native-sound": "https://github.com/jitsi/react-native-sound.git#ea13c97b5c2a4ff5e0d9bacbd9ff5e4457fe2c3c",
|
|
|
|
|
"react-native-splash-view": "0.0.18",
|
|
|
|
|
"react-native-svg": "15.11.2",
|
2024-07-04 17:58:55 +03:00
|
|
|
"react-native-svg-transformer": "1.2.0",
|
2023-09-04 14:29:10 +03:00
|
|
|
"react-native-tab-view": "3.5.2",
|
|
|
|
|
"react-native-url-polyfill": "2.0.0",
|
2025-07-10 14:56:43 +03:00
|
|
|
"react-native-video": "6.13.0",
|
2025-10-09 16:53:28 +02:00
|
|
|
"react-native-webrtc": "124.0.7",
|
2025-07-10 14:56:43 +03:00
|
|
|
"react-native-webview": "13.13.5",
|
2025-09-09 12:46:11 +03:00
|
|
|
"react-native-worklets-core": "https://github.com/jitsi/react-native-worklets-core.git#8c5dfab2a5907305da8971696a781b60f0f9cb18",
|
2023-09-04 14:29:10 +03:00
|
|
|
"react-native-youtube-iframe": "2.3.0",
|
2023-07-18 10:49:10 +02:00
|
|
|
"react-redux": "7.2.9",
|
2021-06-10 14:48:44 +02:00
|
|
|
"react-textarea-autosize": "8.3.0",
|
2025-07-30 15:52:40 +03:00
|
|
|
"react-virtualized-auto-sizer": "1.0.26",
|
2021-03-26 15:23:05 -05:00
|
|
|
"react-window": "1.8.6",
|
2022-12-12 08:00:42 -06:00
|
|
|
"react-youtube": "10.1.0",
|
2019-08-20 11:52:48 +02:00
|
|
|
"redux": "4.0.4",
|
2022-09-14 10:54:56 +03:00
|
|
|
"redux-thunk": "2.4.1",
|
2022-06-24 23:19:55 +03:00
|
|
|
"seamless-scroll-polyfill": "2.1.8",
|
2023-09-08 20:26:25 +03:00
|
|
|
"semver": "7.5.4",
|
2024-02-06 16:22:53 +02:00
|
|
|
"text-encoding": "0.7.0",
|
fix(local-recordings) back to WebM format, fix duration
After a lot of back and forth, WebM seems to be the only option we
really have. In terms of containers and codecs, here is the rundown:
- WebM, any codec: the resulting file is not seekable
- MKV, any codec: the resulting file is not seekable
- MP4, vp9 + opus: video artifacts and audio clipping, file is seekable
- MP4, av1 + AAC: all good, but not supported on Linux :-/
MP4 looked very promising but there is no combination that leads to
something that works reliably everywhere, oh well. In addition, MP4
files can be opened with QuickTime on macOS, but not with the codec
combination we'd use, so that is somewhat a disadvantage.
So, we are back to where we started: WebM with VP8 and opus. But we need
to fix the duration in a potentially long file... the trick is to _only_
fix the duration. We can do that by inserting the right segment in the
metadata section. Something we cannot do without reading the whole file
is create cue points, but players like VLC seem to work well without
them.
2025-05-19 13:41:20 +02:00
|
|
|
"ts-ebml": "^3.0.1",
|
2024-02-26 12:10:07 +00:00
|
|
|
"tss-react": "4.9.4",
|
2019-08-28 12:31:38 +02:00
|
|
|
"util": "0.12.1",
|
2021-10-25 12:04:51 +02:00
|
|
|
"uuid": "8.3.2",
|
2021-02-17 17:03:33 +02:00
|
|
|
"wasm-check": "2.0.1",
|
2022-10-11 10:47:13 +02:00
|
|
|
"windows-iana": "3.1.0",
|
2020-05-18 14:07:09 +02:00
|
|
|
"zxcvbn": "4.4.2"
|
2015-09-11 10:52:53 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-29 13:05:01 +02:00
|
|
|
"@babel/core": "7.25.9",
|
2025-09-09 12:46:11 +03:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
2024-10-29 13:05:01 +02:00
|
|
|
"@babel/plugin-transform-private-methods": "7.25.9",
|
|
|
|
|
"@babel/preset-env": "7.25.9",
|
|
|
|
|
"@babel/preset-react": "7.25.9",
|
2025-06-04 17:17:18 +02:00
|
|
|
"@jitsi/eslint-config": "6.0.4",
|
2025-11-07 00:15:59 +00:00
|
|
|
"@react-native-community/cli": "17.0.1",
|
2025-07-10 14:56:43 +03:00
|
|
|
"@react-native-community/cli-platform-android": "15.0.1",
|
|
|
|
|
"@react-native-community/cli-platform-ios": "15.0.1",
|
|
|
|
|
"@react-native/babel-preset": "0.77.2",
|
|
|
|
|
"@react-native/metro-config": "0.77.2",
|
2024-02-07 12:32:35 -06:00
|
|
|
"@types/amplitude-js": "8.16.5",
|
2023-04-21 10:11:56 +03:00
|
|
|
"@types/audioworklet": "0.0.29",
|
2023-06-06 09:25:44 -05:00
|
|
|
"@types/dom-screen-wake-lock": "1.0.1",
|
2022-07-15 15:33:09 +03:00
|
|
|
"@types/js-md5": "0.4.3",
|
2024-12-10 11:22:44 -06:00
|
|
|
"@types/jsonwebtoken": "9.0.7",
|
2024-08-08 14:15:35 +02:00
|
|
|
"@types/lodash-es": "4.17.12",
|
2024-12-19 07:12:14 -06:00
|
|
|
"@types/mocha": "10.0.10",
|
2023-11-09 10:01:02 +02:00
|
|
|
"@types/offscreencanvas": "2019.7.2",
|
|
|
|
|
"@types/pixelmatch": "5.2.5",
|
2024-12-12 08:29:15 -06:00
|
|
|
"@types/pretty": "2.0.3",
|
2023-04-24 14:09:50 +03:00
|
|
|
"@types/punycode": "2.1.0",
|
2022-06-23 08:40:11 +01:00
|
|
|
"@types/react": "17.0.14",
|
2023-02-02 13:12:31 +02:00
|
|
|
"@types/react-dom": "17.0.14",
|
2023-01-17 12:36:01 +02:00
|
|
|
"@types/react-linkify": "1.0.1",
|
2023-05-09 12:10:46 +03:00
|
|
|
"@types/react-native-keep-awake": "2.0.3",
|
2023-04-24 14:09:50 +03:00
|
|
|
"@types/react-native-video": "5.0.14",
|
2022-06-23 08:40:11 +01:00
|
|
|
"@types/react-redux": "7.1.24",
|
2022-08-26 12:54:03 +03:00
|
|
|
"@types/react-window": "1.8.5",
|
2022-07-29 16:18:14 +03:00
|
|
|
"@types/unorm": "1.3.28",
|
2022-06-03 12:45:27 +01:00
|
|
|
"@types/uuid": "8.3.4",
|
2023-04-21 10:11:56 +03:00
|
|
|
"@types/w3c-image-capture": "1.0.6",
|
|
|
|
|
"@types/w3c-web-hid": "1.0.3",
|
2022-07-29 16:18:14 +03:00
|
|
|
"@types/zxcvbn": "4.4.1",
|
2025-06-20 08:12:49 -05:00
|
|
|
"@wdio/allure-reporter": "9.16.0",
|
|
|
|
|
"@wdio/cli": "9.16.0",
|
|
|
|
|
"@wdio/globals": "9.16.0",
|
|
|
|
|
"@wdio/junit-reporter": "9.16.0",
|
|
|
|
|
"@wdio/local-runner": "9.16.0",
|
|
|
|
|
"@wdio/mocha-framework": "9.16.0",
|
2024-07-04 17:58:55 +03:00
|
|
|
"babel-loader": "9.1.0",
|
2021-05-11 11:01:45 +03:00
|
|
|
"babel-plugin-optional-require": "0.3.1",
|
2020-05-28 13:28:04 +02:00
|
|
|
"circular-dependency-plugin": "5.2.0",
|
2020-07-03 10:26:43 +02:00
|
|
|
"clean-css-cli": "4.3.0",
|
2025-02-03 14:52:16 +01:00
|
|
|
"core-js": "3.40.0",
|
2023-10-05 04:03:34 +00:00
|
|
|
"css-loader": "6.8.1",
|
2025-01-10 12:08:51 +01:00
|
|
|
"eslint": "8.57.0",
|
|
|
|
|
"eslint-plugin-import": "2.31.0",
|
|
|
|
|
"eslint-plugin-jsdoc": "50.6.1",
|
|
|
|
|
"eslint-plugin-react": "7.37.3",
|
|
|
|
|
"eslint-plugin-react-native": "5.0.0",
|
|
|
|
|
"eslint-plugin-typescript-sort-keys": "3.3.0",
|
2019-08-15 16:54:31 +02:00
|
|
|
"jetifier": "1.6.4",
|
2024-12-10 11:22:44 -06:00
|
|
|
"jsonwebtoken": "9.0.2",
|
2021-04-29 12:15:54 +02:00
|
|
|
"patch-package": "6.4.7",
|
2024-12-12 08:29:15 -06:00
|
|
|
"pretty": "2.0.0",
|
2021-10-07 10:39:03 +02:00
|
|
|
"process": "0.11.10",
|
2020-09-17 16:12:17 +02:00
|
|
|
"sass": "1.26.8",
|
2022-08-10 13:13:39 +02:00
|
|
|
"style-loader": "3.3.1",
|
2021-09-28 11:57:01 +02:00
|
|
|
"traverse": "0.6.6",
|
2023-05-09 15:39:31 +03:00
|
|
|
"ts-loader": "9.4.2",
|
2024-12-16 11:55:13 +01:00
|
|
|
"typescript": "5.7.2",
|
2019-11-06 14:42:49 +01:00
|
|
|
"unorm": "1.6.0",
|
2025-06-20 08:12:49 -05:00
|
|
|
"webdriverio": "9.16.0",
|
2024-09-30 10:03:35 +02:00
|
|
|
"webpack": "5.95.0",
|
2021-10-07 10:39:03 +02:00
|
|
|
"webpack-bundle-analyzer": "4.4.2",
|
2024-11-22 11:45:53 -06:00
|
|
|
"webpack-cli": "5.1.4",
|
|
|
|
|
"webpack-dev-server": "5.1.0"
|
2014-04-13 14:25:47 +02:00
|
|
|
},
|
2017-07-10 18:31:59 +02:00
|
|
|
"engines": {
|
2024-12-13 15:10:10 +01:00
|
|
|
"node": ">=22.0.0",
|
2024-05-16 20:39:02 +03:00
|
|
|
"npm": ">=10.0.0"
|
2017-07-10 18:31:59 +02:00
|
|
|
},
|
2015-09-14 18:08:24 +03:00
|
|
|
"license": "Apache-2.0",
|
2015-09-10 21:14:29 -05:00
|
|
|
"scripts": {
|
2022-10-20 11:17:57 +03:00
|
|
|
"lint": "eslint --ext .js,.ts,.tsx --max-warnings 0 . && tsc --noEmit",
|
2022-10-18 19:21:48 +03:00
|
|
|
"tsc:web": "tsc --noEmit --project tsconfig.web.json",
|
|
|
|
|
"tsc:native": "tsc --noEmit --project tsconfig.native.json",
|
|
|
|
|
"tsc:ci": "npm run tsc:web && npm run tsc:native",
|
2023-05-18 16:33:19 -05:00
|
|
|
"lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 .",
|
2022-12-22 21:31:07 +01:00
|
|
|
"lint:lang": "for file in lang/*.json; do npx --yes jsonlint -q $file || exit 1; done",
|
2022-01-20 12:44:08 +01:00
|
|
|
"lang-sort": "./resources/lang-sort.sh",
|
2022-07-11 14:30:37 +02:00
|
|
|
"lint-fix": "eslint --ext .js,.ts,.tsx --max-warnings 0 --fix .",
|
2022-06-02 22:07:25 +02:00
|
|
|
"postinstall": "patch-package --error-on-fail && jetify",
|
2021-02-23 13:09:22 +02:00
|
|
|
"validate": "npm ls",
|
2024-11-15 06:26:35 -06:00
|
|
|
"start": "make dev",
|
2024-12-10 11:22:44 -06:00
|
|
|
"test": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.conf.ts",
|
2025-01-10 06:28:53 -06:00
|
|
|
"test-single": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.conf.ts --spec",
|
2025-02-04 08:41:39 -06:00
|
|
|
"test-ff-single": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.firefox.conf.ts --spec",
|
2024-12-10 11:22:44 -06:00
|
|
|
"test-ff": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.firefox.conf.ts",
|
|
|
|
|
"test-dev": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.dev.conf.ts",
|
2025-02-12 19:20:21 -06:00
|
|
|
"test-dev-single": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.dev.conf.ts --spec",
|
2025-01-10 06:28:53 -06:00
|
|
|
"test-grid": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.grid.conf.ts",
|
2025-02-14 15:15:26 -06:00
|
|
|
"test-grid-single": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.grid.conf.ts --spec",
|
|
|
|
|
"test-grid-ff": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.grid.firefox.conf.ts",
|
|
|
|
|
"test-grid-ff-single": "DOTENV_CONFIG_PATH=tests/.env wdio run tests/wdio.grid.firefox.conf.ts --spec"
|
2022-06-23 08:40:11 +01:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"@types/react": "17.0.14",
|
|
|
|
|
"@types/react-dom": "17.0.14"
|
2015-09-10 11:15:56 -06:00
|
|
|
}
|
2014-04-13 14:25:47 +02:00
|
|
|
}
|