123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "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",
- "@atlaskit/flag": "6.1.0",
- "@atlaskit/icon": "10.0.0",
- "@atlaskit/inline-dialog": "5.0.2",
- "@atlaskit/inline-message": "3.0.1",
- "@atlaskit/lozenge": "3.4.2",
- "@atlaskit/modal-dialog": "2.6.0",
- "@atlaskit/multi-select": "7.1.3",
- "@atlaskit/spinner": "4.0.0",
- "@atlaskit/tabs": "4.0.1",
- "@atlaskit/theme": "2.2.0",
- "@atlaskit/tooltip": "6.0.0",
- "@atlassian/aui": "6.0.6",
- "autosize": "1.18.13",
- "es6-iterator": "2.0.3",
- "es6-symbol": "3.1.1",
- "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": "2.1.4",
- "jquery-contextmenu": "2.4.5",
- "jquery-i18next": "1.2.0",
- "js-md5": "0.6.1",
- "jssha": "2.2.0",
- "jwt-decode": "2.2.0",
- "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#81f57c024e137879d6c93bef62308971d0ec71b0",
- "lodash": "4.17.4",
- "nuclear-js": "1.4.0",
- "postis": "2.2.0",
- "prop-types": "15.6.0",
- "react": "16.0.0",
- "react-dom": "16.0.0",
- "react-i18next": "4.8.0",
- "react-native": "0.50.4",
- "react-native-background-timer": "2.0.0",
- "react-native-callstats": "3.26.2",
- "react-native-fetch-blob": "0.10.8",
- "react-native-img-cache": "1.5.2",
- "react-native-immersive": "1.1.0",
- "react-native-keep-awake": "2.0.6",
- "react-native-locale-detector": "1.0.1",
- "react-native-prompt": "1.0.0",
- "react-native-vector-icons": "4.4.2",
- "react-native-webrtc": "github:jitsi/react-native-webrtc#cf1945b18e8c6bd68508500145781e831b494140",
- "react-redux": "5.0.6",
- "redux": "3.7.2",
- "redux-thunk": "2.2.0",
- "styled-components": "1.3.0",
- "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",
- "babel-preset-react": "6.24.1",
- "babel-preset-stage-1": "6.24.1",
- "clean-css": "3.4.25",
- "css-loader": "0.28.7",
- "eslint": "4.12.1",
- "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1",
- "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",
- "expose-loader": "0.7.4",
- "file-loader": "1.1.5",
- "flow-bin": "0.56.0",
- "imports-loader": "0.7.1",
- "node-sass": "3.13.1",
- "precommit-hook": "3.0.0",
- "string-replace-loader": "1.3.0",
- "style-loader": "0.19.0",
- "uglifyjs-webpack-plugin": "1.1.2",
- "webpack": "3.9.1",
- "webpack-dev-server": "2.9.5"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "license": "Apache-2.0",
- "scripts": {
- "lint": "eslint . && flow",
- "validate": "npm ls"
- },
- "pre-commit": [
- "lint"
- ],
- "browser": {
- "aui": "@atlassian/aui/lib/js/aui.js",
- "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
- "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
- "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
- "autosize": "./node_modules/autosize/build/jquery.autosize.js",
- "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
- }
- }
|