2014-04-13 14:25:47 +02:00
|
|
|
{
|
|
|
|
|
"name": "jitsi-meet",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"description": "A sample app for the Jitsi Videobridge",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/jitsi/jitsi-meet"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"jingle",
|
|
|
|
|
"webrtc",
|
|
|
|
|
"xmpp",
|
|
|
|
|
"browser"
|
|
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
|
"dependencies": {
|
2022-01-05 14:35:40 +01:00
|
|
|
"@amplitude/react-native": "2.7.0",
|
2021-01-14 17:12:08 +01:00
|
|
|
"@atlaskit/flag": "14.1.0",
|
|
|
|
|
"@atlaskit/icon": "21.2.0",
|
|
|
|
|
"@atlaskit/inline-dialog": "13.0.9",
|
|
|
|
|
"@atlaskit/inline-message": "11.0.8",
|
|
|
|
|
"@atlaskit/multi-select": "15.0.5",
|
|
|
|
|
"@atlaskit/spinner": "15.0.6",
|
|
|
|
|
"@atlaskit/theme": "11.0.2",
|
|
|
|
|
"@atlaskit/tooltip": "17.1.2",
|
2022-09-13 10:36:00 +03:00
|
|
|
"@emotion/react": "11.10.0",
|
|
|
|
|
"@emotion/styled": "11.10.0",
|
2023-01-26 16:12:12 +02:00
|
|
|
"@giphy/js-fetch-api": "4.7.1",
|
2022-03-11 15:00:49 +02:00
|
|
|
"@giphy/react-components": "5.6.0",
|
2022-03-30 16:54:03 +03:00
|
|
|
"@giphy/react-native-sdk": "1.7.0",
|
2021-06-02 14:21:39 -05:00
|
|
|
"@hapi/bourne": "2.0.0",
|
2022-11-24 17:43:08 +02:00
|
|
|
"@jitsi/excalidraw": "https://github.com/jitsi/excalidraw/releases/download/v0.0.12/jitsi-excalidraw-0.0.12.tgz",
|
2022-12-07 10:35:42 -06:00
|
|
|
"@jitsi/js-utils": "2.0.5",
|
2021-11-10 11:11:29 +01:00
|
|
|
"@jitsi/logger": "2.0.0",
|
2022-07-20 15:31:17 +03:00
|
|
|
"@jitsi/rnnoise-wasm": "0.1.0",
|
2022-12-09 21:14:00 -08:00
|
|
|
"@jitsi/rtcstats": "9.5.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",
|
2022-09-13 10:36:00 +03:00
|
|
|
"@mui/material": "5.10.2",
|
|
|
|
|
"@mui/styles": "5.10.2",
|
2022-10-25 21:49:59 +02:00
|
|
|
"@react-native-async-storage/async-storage": "1.17.3",
|
2021-12-10 18:23:27 +02:00
|
|
|
"@react-native-community/clipboard": "1.5.1",
|
2022-01-05 14:53:02 +01:00
|
|
|
"@react-native-community/netinfo": "7.1.7",
|
2022-01-05 14:57:41 +01:00
|
|
|
"@react-native-community/slider": "4.1.12",
|
2022-01-05 14:45:14 +01:00
|
|
|
"@react-native-google-signin/google-signin": "7.0.4",
|
2023-01-12 15:47:03 +02:00
|
|
|
"@react-navigation/bottom-tabs": "6.5.3",
|
|
|
|
|
"@react-navigation/elements": "1.3.13",
|
|
|
|
|
"@react-navigation/material-top-tabs": "6.5.2",
|
|
|
|
|
"@react-navigation/native": "6.1.2",
|
|
|
|
|
"@react-navigation/stack": "6.3.11",
|
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-09-30 12:08:03 +03:00
|
|
|
"@types/amplitude-js": "8.16.2",
|
2022-07-26 16:51:17 -04:00
|
|
|
"@types/audioworklet": "0.0.29",
|
2022-09-14 15:42:46 +03:00
|
|
|
"@types/w3c-image-capture": "1.0.6",
|
2022-05-06 15:41:08 +03:00
|
|
|
"@vladmandic/human": "2.6.5",
|
|
|
|
|
"@vladmandic/human-models": "2.5.9",
|
2022-11-22 10:45:52 +01:00
|
|
|
"@xmldom/xmldom": "0.7.9",
|
2021-05-14 16:05:05 +02:00
|
|
|
"amplitude-js": "8.2.1",
|
2020-05-20 13:42:17 +02:00
|
|
|
"base64-js": "1.3.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",
|
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",
|
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",
|
|
|
|
|
"i18next-xhr-backend": "3.0.0",
|
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",
|
2023-02-24 01:59:00 -06:00
|
|
|
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1585.0.0+362d1b2c/lib-jitsi-meet.tgz",
|
2021-02-25 14:16:31 +01:00
|
|
|
"lodash": "4.17.21",
|
2022-07-07 14:58:41 +00:00
|
|
|
"moment": "2.29.4",
|
2018-08-01 11:41:54 -05:00
|
|
|
"moment-duration-format": "2.2.2",
|
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",
|
2021-03-24 11:46:47 -04:00
|
|
|
"promise.allsettled": "1.0.4",
|
2020-09-25 12:02:46 +02:00
|
|
|
"punycode": "2.1.1",
|
2022-01-14 11:44:02 +01:00
|
|
|
"react": "17.0.2",
|
|
|
|
|
"react-dom": "17.0.2",
|
2020-05-13 21:14:27 +02:00
|
|
|
"react-emoji-render": "1.2.4",
|
2021-05-18 09:04:42 +03:00
|
|
|
"react-focus-lock": "2.5.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",
|
2022-11-21 10:02:02 +03:00
|
|
|
"react-native": "0.68.5",
|
2022-01-05 15:08:21 +01:00
|
|
|
"react-native-background-timer": "2.4.1",
|
2022-01-05 15:18:19 +01:00
|
|
|
"react-native-calendar-events": "2.2.0",
|
2022-01-05 15:20:54 +01:00
|
|
|
"react-native-callstats": "3.73.7",
|
2022-04-11 11:43:34 +02:00
|
|
|
"react-native-default-preference": "1.4.4",
|
2022-01-05 15:31:44 +01:00
|
|
|
"react-native-device-info": "8.4.8",
|
2022-06-20 11:50:40 +02: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",
|
2023-02-13 14:29:57 +02:00
|
|
|
"react-native-gesture-handler": "2.9.0",
|
2022-01-05 15:36:30 +01:00
|
|
|
"react-native-get-random-values": "1.7.2",
|
2018-12-19 13:54:08 +01:00
|
|
|
"react-native-immersive": "2.0.0",
|
2018-12-19 14:27:12 +01:00
|
|
|
"react-native-keep-awake": "4.0.0",
|
2022-10-11 10:47:13 +02:00
|
|
|
"react-native-orientation-locker": "1.5.0",
|
2022-01-07 15:11:58 +01:00
|
|
|
"react-native-pager-view": "5.4.9",
|
2023-01-10 11:18:03 +02:00
|
|
|
"react-native-paper": "5.1.2",
|
2022-01-05 15:45:50 +01:00
|
|
|
"react-native-performance": "2.1.0",
|
2023-01-12 12:14:55 +02:00
|
|
|
"react-native-safe-area-context": "4.4.1",
|
2022-06-28 11:43:09 +03:00
|
|
|
"react-native-screens": "3.13.1",
|
2022-01-05 15:49:51 +01:00
|
|
|
"react-native-sound": "0.11.1",
|
2022-01-05 16:03:54 +01:00
|
|
|
"react-native-splash-screen": "3.3.0",
|
2022-08-10 12:13:54 +02:00
|
|
|
"react-native-svg": "12.4.3",
|
2022-01-05 16:05:39 +01:00
|
|
|
"react-native-svg-transformer": "1.0.0",
|
2022-01-07 15:11:58 +01:00
|
|
|
"react-native-tab-view": "3.1.1",
|
2022-01-05 16:15:07 +01:00
|
|
|
"react-native-url-polyfill": "1.3.0",
|
2022-08-30 18:56:05 +03:00
|
|
|
"react-native-video": "https://git@github.com/react-native-video/react-native-video#7c48ae7c8544b2b537fb60194e9620b9fcceae52",
|
2022-07-28 14:47:17 +02:00
|
|
|
"react-native-watch-connectivity": "1.0.11",
|
2023-02-23 11:35:35 +01:00
|
|
|
"react-native-webrtc": "106.0.6",
|
2022-01-11 15:16:50 +02:00
|
|
|
"react-native-webview": "11.15.1",
|
2022-01-05 16:32:26 +01:00
|
|
|
"react-native-youtube-iframe": "2.2.1",
|
2019-08-20 11:52:48 +02:00
|
|
|
"react-redux": "7.1.0",
|
2021-06-10 14:48:44 +02:00
|
|
|
"react-textarea-autosize": "8.3.0",
|
2018-08-29 12:24:25 -05:00
|
|
|
"react-transition-group": "2.4.0",
|
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",
|
2021-07-26 14:38:56 +03:00
|
|
|
"resemblejs": "4.0.0",
|
2022-06-24 23:19:55 +03:00
|
|
|
"seamless-scroll-polyfill": "2.1.8",
|
2018-09-21 15:48:50 +02:00
|
|
|
"styled-components": "3.4.9",
|
2022-11-15 08:50:22 +01:00
|
|
|
"tss-react": "4.4.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-06-03 12:45:27 +01:00
|
|
|
"webm-duration-fix": "1.0.4",
|
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": {
|
2021-11-04 14:49:43 +01:00
|
|
|
"@babel/core": "7.16.0",
|
|
|
|
|
"@babel/eslint-parser": "7.16.0",
|
|
|
|
|
"@babel/plugin-proposal-export-default-from": "7.16.0",
|
|
|
|
|
"@babel/preset-env": "7.16.0",
|
|
|
|
|
"@babel/preset-flow": "7.16.0",
|
|
|
|
|
"@babel/preset-react": "7.16.0",
|
2022-10-28 12:07:31 +02:00
|
|
|
"@jitsi/eslint-config": "4.1.5",
|
2022-07-15 15:33:09 +03:00
|
|
|
"@types/js-md5": "0.4.3",
|
2022-07-04 14:12:12 +03:00
|
|
|
"@types/lodash": "4.14.182",
|
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",
|
2022-11-21 10:02:02 +03:00
|
|
|
"@types/react-native": "0.68.9",
|
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",
|
2022-07-29 16:18:14 +03:00
|
|
|
"@types/zxcvbn": "4.4.1",
|
2022-07-11 14:30:37 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.30.5",
|
|
|
|
|
"@typescript-eslint/parser": "5.30.4",
|
2021-11-04 14:49:43 +01:00
|
|
|
"babel-loader": "8.2.3",
|
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",
|
2020-06-30 10:02:55 +02:00
|
|
|
"css-loader": "3.6.0",
|
2022-10-18 19:21:48 +03:00
|
|
|
"eslint": "8.25.0",
|
2021-11-04 14:49:43 +01:00
|
|
|
"eslint-plugin-flowtype": "8.0.3",
|
|
|
|
|
"eslint-plugin-import": "2.25.2",
|
|
|
|
|
"eslint-plugin-jsdoc": "37.0.3",
|
|
|
|
|
"eslint-plugin-react": "7.26.1",
|
|
|
|
|
"eslint-plugin-react-native": "3.11.0",
|
2022-07-20 11:47:01 +03:00
|
|
|
"eslint-plugin-typescript-sort-keys": "2.1.0",
|
2019-08-15 16:54:31 +02:00
|
|
|
"jetifier": "1.6.4",
|
2022-04-28 14:25:07 +02:00
|
|
|
"metro-react-native-babel-preset": "0.67.0",
|
2021-04-29 12:15:54 +02:00
|
|
|
"patch-package": "6.4.7",
|
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",
|
2022-10-18 19:21:48 +03:00
|
|
|
"ts-loader": "9.4.1",
|
|
|
|
|
"typescript": "4.7.4",
|
2019-11-06 14:42:49 +01:00
|
|
|
"unorm": "1.6.0",
|
2021-10-07 10:39:03 +02:00
|
|
|
"webpack": "5.57.1",
|
|
|
|
|
"webpack-bundle-analyzer": "4.4.2",
|
|
|
|
|
"webpack-cli": "4.9.0",
|
2022-01-21 09:36:19 +01:00
|
|
|
"webpack-dev-server": "4.7.3"
|
2014-04-13 14:25:47 +02:00
|
|
|
},
|
2017-07-10 18:31:59 +02:00
|
|
|
"engines": {
|
2021-10-11 18:15:42 +02:00
|
|
|
"node": ">=14.0.0",
|
|
|
|
|
"npm": ">=7.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",
|
2022-12-22 21:31:07 +01:00
|
|
|
"lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 . && npm run tsc:ci && npm run lint:lang",
|
|
|
|
|
"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",
|
2022-01-14 11:55:55 +01:00
|
|
|
"start": "make dev"
|
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
|
|
|
}
|