multiparty-meeting/app/package.json

69 lines
1.9 KiB
JSON

{
"name": "mediasoup-demo-app",
"version": "2.0.0",
"private": true,
"description": "mediasoup demo app",
"author": "Iñaki Baz Castillo <ibc@aliax.net>",
"license": "All Rights Reserved",
"main": "lib/index.jsx",
"dependencies": {
"babel-runtime": "^6.26.0",
"classnames": "^2.2.5",
"debug": "^3.1.0",
"domready": "^1.0.8",
"hark": "^1.1.6",
"js-cookie": "^2.2.0",
"mediasoup-client": "^2.0.3",
"node-random-name": "^1.0.1",
"prop-types": "^15.6.0",
"protoo-client": "^2.0.5",
"random-string": "^0.2.0",
"react": "^16.0.0",
"react-clipboard.js": "^1.1.2",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-spinner": "^0.2.7",
"react-tooltip": "^3.4.0",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"riek": "^1.1.0",
"supports-color": "^5.0.0",
"url-parse": "^1.1.9"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"del": "^3.0.0",
"envify": "^4.1.0",
"eslint": "^4.10.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-css-base64": "^1.3.4",
"gulp-eslint": "^4.0.0",
"gulp-header": "^1.8.9",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.6.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nib": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}