81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"name": "multiparty-meeting",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "multiparty meeting service",
|
|
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",
|
|
"license": "MIT",
|
|
"main": "lib/index.jsx",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.2",
|
|
"classnames": "^2.2.6",
|
|
"create-torrent": "^3.32.1",
|
|
"debug": "^4.1.0",
|
|
"domready": "^1.0.8",
|
|
"drag-drop": "^4.2.0",
|
|
"file-saver": "^1.3.8",
|
|
"fscreen": "^1.0.2",
|
|
"hark": "^1.2.2",
|
|
"js-cookie": "^2.2.0",
|
|
"magnet-uri": "^5.2.3",
|
|
"marked": "^0.5.1",
|
|
"mediasoup-client": "^2.1.1",
|
|
"prop-types": "^15.6.2",
|
|
"random-string": "^0.2.0",
|
|
"react": "^16.5.2",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dom": "^16.5.2",
|
|
"react-draggable": "^3.0.5",
|
|
"react-dropdown": "^1.5.0",
|
|
"react-redux": "^5.0.7",
|
|
"react-spinner": "^0.2.7",
|
|
"react-tooltip": "^3.9.0",
|
|
"react-transition-group": "^2.5.0",
|
|
"redux": "^4.0.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.3.0",
|
|
"resize-observer-polyfill": "^1.5.0",
|
|
"riek": "^1.1.0",
|
|
"url-parse": "^1.4.3",
|
|
"webtorrent": "^0.102.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.1.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babelify": "^10.0.0",
|
|
"browser-sync": "^2.26.3",
|
|
"browserify": "^16.2.3",
|
|
"del": "^3.0.0",
|
|
"envify": "^4.1.0",
|
|
"eslint": "^5.7.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jsx-control-statements": "^2.2.1",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"gulp": "^4.0.0",
|
|
"gulp-change": "^1.0.0",
|
|
"gulp-css-base64": "^1.3.4",
|
|
"gulp-eslint": "^5.0.0",
|
|
"gulp-header": "^2.0.5",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-plumber": "^1.2.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-stylus": "^2.7.0",
|
|
"gulp-touch-cmd": "0.0.1",
|
|
"gulp-uglify-es": "^1.0.4",
|
|
"gulp-util": "^3.0.8",
|
|
"lodash": "^4.17.10",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"nib": "^1.1.2",
|
|
"supports-color": "^5.5.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"watchify": "^3.11.0"
|
|
}
|
|
}
|