jiti-meet/package.json

126 lines
4.1 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/avatar": "8.0.5",
"@atlaskit/button": "5.4.2",
"@atlaskit/dropdown-menu": "3.10.2",
"@atlaskit/droplist": "4.11.1",
"@atlaskit/field-text": "4.0.1",
2018-03-13 04:45:00 +00:00
"@atlaskit/field-text-area": "1.2.0",
"@atlaskit/flag": "6.1.0",
"@atlaskit/icon": "10.0.0",
"@atlaskit/inline-dialog": "5.3.0",
"@atlaskit/inline-message": "4.0.0",
2018-03-13 04:45:00 +00:00
"@atlaskit/layer-manager": "2.8.0",
"@atlaskit/lozenge": "3.4.2",
2018-03-13 04:45:00 +00:00
"@atlaskit/modal-dialog": "3.4.0",
"@atlaskit/multi-select": "7.1.3",
"@atlaskit/spinner": "4.0.0",
"@atlaskit/tabs": "4.0.1",
2018-03-13 04:45:00 +00:00
"@atlaskit/theme": "2.4.0",
"@atlaskit/tooltip": "9.1.1",
"autosize": "1.18.13",
2017-11-16 18:22:27 +00:00
"es6-iterator": "2.0.3",
2017-03-21 14:22:53 +00:00
"es6-symbol": "3.1.1",
2017-07-26 15:47:58 +00:00
"i18next": "8.4.3",
"i18next-browser-languagedetector": "2.0.0",
"i18next-xhr-backend": "1.4.2",
"jQuery-Impromptu": "github:trentrichardson/jQuery-Impromptu#v6.0.0",
"jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
"jquery": "3.3.1",
2017-05-17 21:41:52 +00:00
"jquery-contextmenu": "2.4.5",
2017-03-21 14:22:53 +00:00
"jquery-i18next": "1.2.0",
2017-10-30 13:34:40 +00:00
"js-md5": "0.6.1",
2017-04-21 10:00:50 +00:00
"jwt-decode": "2.2.0",
feat(recording): frontend logic can support live streaming and recording (#2952) * feat(recording): frontend logic can support live streaming and recording Instead of either live streaming or recording, now both can live together. The changes to facilitate such include the following: - Killing the state storing in Recording.js. Instead state is stored in the lib and updated in redux for labels to display the necessary state updates. - Creating a new container, Labels, for recording labels. Previously labels were manually created and positioned. The container can create a reasonable number of labels and only the container itself needs to be positioned with CSS. The VideoQualityLabel has been shoved into the container as well because it moves along with the recording labels. - The action for updating recording state has been modified to enable updating an array of recording sessions to support having multiple sessions. - Confirmation dialogs for stopping and starting a file recording session have been created, as they previously were jquery modals opened by Recording.js. - Toolbox.web displays live streaming and recording buttons based on configuration instead of recording availability. - VideoQualityLabel and RecordingLabel have been simplified to remove any positioning logic, as the Labels container handles such. - Previous recording state update logic has been moved into the RecordingLabel component. Each RecordingLabel is in charge of displaying state for a recording session. The display UX has been left alone. - Sipgw availability is no longer broadcast so remove logic depending on its state. Some moving around of code was necessary to get around linting errors about the existing code being too deeply nested (even though I didn't touch it). * work around lib-jitsi-meet circular dependency issues * refactor labels to use html base * pass in translation keys to video quality label * add video quality classnames for torture tests * break up, rearrange recorder session update listener * add comment about disabling startup resize animation * rename session to sessionData * chore(deps): update to latest lib for recording changes
2018-05-16 14:00:16 +00:00
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#fefd96e0e8968c553aab6952bc7cf2116b53362e",
"lodash": "4.17.4",
2017-12-13 10:35:42 +00:00
"moment": "2.19.4",
"postis": "2.2.0",
2017-10-02 23:11:27 +00:00
"prop-types": "15.6.0",
2017-11-29 11:09:07 +00:00
"react": "16.2.0",
"react-dom": "16.2.0",
2017-08-15 21:41:15 +00:00
"react-i18next": "4.8.0",
"react-native": "0.51.0",
2017-11-16 18:22:27 +00:00
"react-native-background-timer": "2.0.0",
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#dabfabc4bacc1424a8b93ebdda6f3820dee198cb",
"react-native-callstats": "3.27.0",
"react-native-fetch-blob": "github:flatfox-ag/react-native-fetch-blob#exception_fixes",
2017-12-01 20:56:21 +00:00
"react-native-img-cache": "1.5.2",
"react-native-immersive": "1.1.0",
2017-11-16 18:22:27 +00:00
"react-native-keep-awake": "2.0.6",
"react-native-locale-detector": "github:jitsi/react-native-locale-detector#dede5815761cca221d9c770b614384f12dc90d55",
"react-native-prompt": "1.0.0",
"react-native-sound": "0.10.9",
2017-11-16 18:22:27 +00:00
"react-native-vector-icons": "4.4.2",
"react-native-webrtc": "github:jitsi/react-native-webrtc#52fe4646401408e0569e972cabf08f3c21b7a107",
2017-08-15 21:41:15 +00:00
"react-redux": "5.0.6",
2017-07-26 15:47:58 +00:00
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"strophe.js": "github:jitsi/strophejs#1.2.14-1",
"strophejs-plugin-disco": "0.0.2",
2018-03-13 04:45:00 +00:00
"styled-components": "1.4.6",
"url-polyfill": "github:github/url-polyfill#39734186de44612bc5a16eb25f5407adcc5b2e7c",
"uuid": "3.1.0",
"xmldom": "0.1.27"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.0.3",
"babel-loader": "7.1.2",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
2017-04-10 02:10:39 +00:00
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"clean-css": "3.4.25",
2017-10-04 01:42:57 +00:00
"css-loader": "0.28.7",
"eslint": "4.12.1",
"eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1",
2017-11-16 18:22:27 +00:00
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsdoc": "3.2.0",
"eslint-plugin-react": "7.5.1",
"eslint-plugin-react-native": "3.2.0",
2017-12-01 20:56:21 +00:00
"expose-loader": "0.7.4",
2017-11-16 18:22:27 +00:00
"file-loader": "1.1.5",
"flow-bin": "0.57.3",
"imports-loader": "0.7.1",
"node-sass": "4.8.3",
2015-09-10 17:15:56 +00:00
"precommit-hook": "3.0.0",
2017-07-26 15:47:58 +00:00
"string-replace-loader": "1.3.0",
2017-10-04 01:42:57 +00:00
"style-loader": "0.19.0",
"uglifyjs-webpack-plugin": "1.2.2",
"whatwg-fetch": "2.0.3",
2017-12-01 20:56:21 +00:00
"webpack": "3.9.1",
"webpack-dev-server": "2.9.5"
2014-04-13 12:25:47 +00:00
},
"engines": {
2017-07-16 07:23:01 +00:00
"node": ">=6.0.0"
},
"license": "Apache-2.0",
"scripts": {
"lint": "eslint . && flow",
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
"pre-commit": [
"lint"
],
"browser": {
2016-09-22 05:57:22 +00:00
"autosize": "./node_modules/autosize/build/jquery.autosize.js",
"jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
2015-09-10 17:15:56 +00:00
}
2014-04-13 12:25:47 +00:00
}