multiparty-meeting/app/package.json

64 lines
1.8 KiB
JSON

{
"name": "mediasoup-demo-app",
"version": "1.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.23.0",
"bowser": "^1.6.1",
"classnames": "^2.2.5",
"debug": "^2.6.4",
"domready": "^1.0.8",
"hark": "ibc/hark#main-with-raf",
"material-ui": "^0.18.2",
"prop-types": "^15.5.10",
"protoo-client": "^1.1.4",
"random-number": "0.0.7",
"random-string": "^0.2.0",
"react": "^15.5.4",
"react-clipboard.js": "^1.0.1",
"react-dom": "^15.5.4",
"react-notification-system": "ibc/react-notification-system#master",
"react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^1.1.3",
"sdp-transform": "^2.3.0",
"url-parse": "^1.1.8",
"webrtc-adapter": "^4.0.0",
"yaeti": "^1.0.1"
},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.3.0",
"del": "^2.2.2",
"envify": "^4.0.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.0.1",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-css-base64": "^1.3.4",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.6.0",
"gulp-touch": "^1.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"
}
}