-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
114 lines (114 loc) · 3.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "roomrtc-ce",
"version": "1.0.0-beta.0",
"description": "RoomRTC Community Edition",
"scripts": {
"test": "mocha",
"start": "cross-env NODE_ENV=development webpack --watch",
"start:server": "nodemon build/server/app.js",
"start:prod": "node dist/app.js",
"clean": "rimraf -rf build dist",
"build": "gulp css && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roomrtc/roomrtc-ce.git"
},
"keywords": [
"kitesjs",
"roomrtc",
"meetings",
"video-conference"
],
"author": "vunb",
"license": "MIT",
"bugs": {
"url": "https://github.com/roomrtc/roomrtc-ce/issues"
},
"homepage": "https://roomrtc.com",
"devDependencies": {
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.2",
"@types/jsonwebtoken": "^8.3.3",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/mongoose": "^5.5.15",
"@types/multer": "^1.3.9",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-jss": "^8.6.4",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@types/supertest": "^2.0.8",
"bowser": "^2.6.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"classnames": "^2.2.6",
"clipboard-copy": "^3.1.0",
"cross-env": "^6.0.0",
"gulp": "^4.0.2",
"gulp-css-base64": "^1.3.4",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-stylus": "^2.7.0",
"gulp-touch-cmd": "0.0.1",
"gulp-util": "^3.0.8",
"hark": "^1.2.3",
"js-cookie": "^2.2.1",
"mocha": "^6.2.0",
"mongodb-memory-server": "^5.2.0",
"nib": "^1.1.2",
"nodemon": "^1.19.2",
"nodemon-webpack-plugin": "^4.1.1",
"prop-types": "^15.7.2",
"react-draggable": "^4.0.3",
"react-spinner": "^0.2.7",
"react-tooltip": "^3.11.1",
"react-transition-group": "^4.3.0",
"redux-thunk": "^2.3.0",
"riek": "^1.1.0",
"rimraf": "^3.0.0",
"ts-loader": "^6.1.2",
"ts-node": "^8.4.1",
"tslint": "^5.18.0",
"tsx-control-statements": "^2.16.1",
"typescript": "^3.5.3",
"url-parse": "^1.4.7",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"mediasoup": "^3.2.5"
},
"dependencies": {
"@kites/common": "^1.1.10",
"@kites/core": "^1.1.10",
"@kites/express": "^1.1.10",
"@kites/rest": "^1.1.10",
"@sitespeed.io/throttle": "^0.5.4",
"awaitqueue": "^1.0.0",
"dgram": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"mediasoup": "^3.4.1",
"mediasoup-client": "^3.2.6",
"mkdirp": "^0.5.1",
"mongoose": "^5.7.5",
"multer": "^1.4.2",
"pokemon": "github:vunb/pokemon#fix-webpack",
"protoo-client": "^4.0.3",
"protoo-server": "^4.0.3",
"random-string": "^0.2.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-jss": "^10.0.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"sctp": "0.0.18",
"typegoose": "^5.9.0"
}
}