jiti-meet/package.json

152 lines
5.3 KiB
JSON
Raw Normal View History

2014-04-13 12:25:47 +00: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": {
"@atlaskit/button": "10.1.1",
"@atlaskit/checkbox": "5.0.10",
"@atlaskit/dropdown-menu": "6.1.25",
"@atlaskit/field-text": "7.0.19",
"@atlaskit/field-text-area": "4.0.15",
"@atlaskit/flag": "9.1.8",
"@atlaskit/icon": "15.0.3",
"@atlaskit/inline-dialog": "5.3.0",
"@atlaskit/inline-message": "7.0.10",
"@atlaskit/lozenge": "6.2.4",
"@atlaskit/modal-dialog": "8.0.1",
"@atlaskit/multi-select": "11.0.13",
"@atlaskit/spinner": "9.0.13",
"@atlaskit/tabs": "8.0.11",
"@atlaskit/theme": "7.0.2",
"@atlaskit/toggle": "5.0.14",
"@atlaskit/tooltip": "12.1.13",
Google & Microsoft calendar API integration (#3340) * Refactor calendar-sync feature to be loaded on web. For the web part it just adds new property to enable/disable calendar web integration, disabled by default. * Initial implementation of retrieving google calendar events. * Initial implementation of retrieving microsoft calendar events. * Fixes comments. * Rework to use the promise part of microsoft-graph-client api. * Moves dispatching some actions, fixing comments. * Makes sure we do not initializeClient google-api client multiple times. * Do not try to login when fetching calendar entries. The case where there is a calendar type google selected, but not logged in, trying to login on loading welcome page will show a warning that it tried to open a popup, which was denied by browser. * Updates profile display data on sign in. * Propagate google-api state to calendar-sync only if we use google cal. * Adds sign out action. * Clears the event listener when the popup closes. * Clears calendarIntegrationInstance on signOut. * WIP: UI for calendar settings, refactor auth flows * Clean up some unused constants, functions and exports. * break circular dependency of function and constant * Exports only isCalendarEnabled from functions. * Checks isSignedIn when doing fetchCalendarEntries on web. * address comments List microsoftApiApplicationClientID in undocument config. remove unused SET_CALENDAR_TYPE action use helper for calendar enabled in bootstrap reorder actions reorder imports change order of signin -> set type -> update profile add logging for signout error reword setting dialog desc to avoid redundancy add jsdoc to microsoft button props reorder calendar constants move default state to reducer (not reused anywhere) update comment about calendar-sync due to removal of getCalendarState update comment for getCalendarIntegration remove vague comment alpha order reducer, return default state on reset alpha order persistence registry remove unnecessary getType from apis update comments in microsoftCalendar alpha order google-api exports, use api.get in loadGoogleAPI set jsdoc for google signin props alpha order googleapi methods fix calendartab docs * Moves fetching calendar from APP_WILL_MOUNT to SET_CONFIG. The web part needs configuration in order to refresh tokens (Microsoft). * Fixes storing token expire time and refreshing tokens in Microsoft impl. * Address comments updateProfile changed to getCurrentEmail rename result to results stop storing integration in redux, store if ready for use use existing helpers to parse redirect url * update jsdocs, get google app id from redux * clear integration instead of actual sign out
2018-08-15 20:11:54 +00:00
"@microsoft/microsoft-graph-client": "1.1.0",
"@react-native-community/async-storage": "1.3.4",
2019-10-11 15:13:59 +00:00
"@react-native-community/google-signin": "3.0.1",
"@react-native-community/netinfo": "4.1.5",
2019-08-30 16:39:06 +00:00
"@svgr/webpack": "4.3.2",
2019-12-17 21:08:39 +00:00
"@tensorflow-models/body-pix": "2.0.4",
2020-02-04 18:03:40 +00:00
"@tensorflow/tfjs": "1.5.1",
"@webcomponents/url": "0.7.1",
2019-01-03 13:54:02 +00:00
"amplitude-js": "4.5.2",
"base64-js": "1.3.1",
"bc-css-flags": "3.0.0",
"dropbox": "4.0.9",
"i18n-iso-countries": "3.7.8",
"i18next": "17.0.6",
"i18next-browser-languagedetector": "3.0.1",
"i18next-xhr-backend": "3.0.0",
"jQuery-Impromptu": "github:trentrichardson/jQuery-Impromptu#v6.0.0",
"jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#5ec92357570dc8f0b7ffc1528820721c84c6af8b",
"jquery": "3.5.1",
2017-05-17 21:41:52 +00:00
"jquery-contextmenu": "2.4.5",
"jquery-i18next": "1.2.1",
2017-10-30 13:34:40 +00:00
"js-md5": "0.6.1",
2020-05-03 03:10:54 +00:00
"js-utils": "github:jitsi/js-utils#cf11996bd866fdb47326c59a5d3bc24be17282d4",
2017-04-21 10:00:50 +00:00
"jwt-decode": "2.2.0",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#e66cc365014cd429280a95a379ad62d993217f6b",
2018-08-02 15:39:20 +00:00
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
"lodash": "4.17.13",
2017-12-13 10:35:42 +00:00
"moment": "2.19.4",
2018-08-01 16:41:54 +00:00
"moment-duration-format": "2.2.2",
"pixelmatch": "5.1.0",
2019-09-25 13:01:17 +00:00
"react": "16.9",
"react-dom": "16.9",
"react-emoji-render": "1.2.4",
"react-i18next": "10.11.4",
2019-08-05 10:46:10 +00:00
"react-linkify": "1.0.0-alpha",
"react-native": "github:jitsi/react-native#efd2aff5661d75a230e36406b698cfe0ee545be2",
"react-native-background-timer": "2.1.1",
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#928a80e2ffef0d7e84936d7e7e0acc4f53ee8470",
"react-native-callstats": "3.61.0",
2019-11-25 12:01:54 +00:00
"react-native-collapsible": "1.5.1",
"react-native-default-preference": "1.4.2",
2018-12-19 12:54:08 +00:00
"react-native-immersive": "2.0.0",
2018-12-19 13:27:12 +00:00
"react-native-keep-awake": "4.0.0",
2019-08-15 14:54:31 +00:00
"react-native-linear-gradient": "2.5.6",
"react-native-sound": "github:jitsi/react-native-sound#3fe5480fce935e888d5089d94a191c7c7e3aa190",
2019-08-30 16:39:06 +00:00
"react-native-svg": "9.7.1",
"react-native-svg-transformer": "0.13.0",
2018-09-25 12:48:03 +00:00
"react-native-swipeout": "2.3.6",
"react-native-watch-connectivity": "0.4.3",
"react-native-webrtc": "1.75.3",
2019-10-08 10:48:07 +00:00
"react-native-webview": "7.4.1",
2020-06-12 10:15:16 +00:00
"react-native-youtube-iframe": "1.2.3",
"react-redux": "7.1.0",
"react-textarea-autosize": "7.1.0",
"react-transition-group": "2.4.0",
"redux": "4.0.4",
"redux-thunk": "2.2.0",
2020-06-11 13:42:55 +00:00
"rnnoise-wasm": "github:jitsi/rnnoise-wasm.git#566a16885897704d6e6d67a1d5ac5d39781db2af",
"styled-components": "3.4.9",
"util": "0.12.1",
"uuid": "3.1.0",
"windows-iana": "^3.1.0",
2020-05-18 12:07:09 +00:00
"xmldom": "0.1.27",
"zxcvbn": "4.4.2"
},
"devDependencies": {
2019-08-15 14:54:31 +00:00
"@babel/core": "7.5.5",
2018-10-02 11:19:16 +00:00
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-export-default-from": "7.0.0",
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
2018-10-02 11:19:16 +00:00
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
2019-08-15 14:54:31 +00:00
"@babel/runtime": "7.5.5",
2018-10-02 11:19:16 +00:00
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"circular-dependency-plugin": "5.2.0",
"clean-css-cli": "4.3.0",
2020-06-30 08:02:55 +00:00
"css-loader": "3.6.0",
"eslint": "5.6.1",
2020-05-20 10:57:03 +00:00
"eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.3",
"eslint-plugin-flowtype": "2.50.3",
2020-05-20 10:57:03 +00:00
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsdoc": "3.8.0",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-react-native": "3.3.0",
"expose-loader": "0.7.5",
2019-09-25 13:01:17 +00:00
"flow-bin": "0.104.0",
"imports-loader": "0.7.1",
2019-08-15 14:54:31 +00:00
"jetifier": "1.6.4",
"metro-react-native-babel-preset": "0.56.0",
"node-sass": "4.14.1",
"string-replace-loader": "2.1.1",
2017-10-04 01:42:57 +00:00
"style-loader": "0.19.0",
"unorm": "1.6.0",
2020-05-27 12:03:22 +00:00
"webpack": "4.43.0",
"webpack-bundle-analyzer": "3.4.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0"
2014-04-13 12:25:47 +00:00
},
"engines": {
2018-06-13 08:20:38 +00:00
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"license": "Apache-2.0",
"scripts": {
"lint": "eslint . && flow",
2019-08-15 14:54:31 +00:00
"postinstall": "jetify",
2015-09-10 17:15:56 +00:00
"validate": "npm ls"
2014-04-13 12:25:47 +00:00
},
2015-09-10 17:15:56 +00:00
"browser": {
"jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
2015-09-10 17:15:56 +00:00
}
2014-04-13 12:25:47 +00:00
}