-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.67 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
{
"name": "interactive-broadcasting-client",
"version": "2.0.0",
"private": true,
"dependencies": {
"babel-polyfill": "^6.23.0",
"classnames": "^2.2.5",
"diacritics": "^1.3.0",
"firebase": "^4.1.3",
"hashids": "^1.1.1",
"lodash.throttle": "^4.1.1",
"lodash.truncate": "^4.4.2",
"moment": "^2.17.1",
"opentok-accelerator-core": "^2.0.12",
"opentok-solutions-logging": "^1.0.10",
"platform": "^1.3.4",
"prop-types": "^15.5.8",
"ramda": "^0.24.0",
"react": "^15.4.2",
"react-async-script-loader": "^0.3.0",
"react-copy-to-clipboard": "^4.2.3",
"react-datetime": "^2.8.8",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.5.0",
"react-onclickoutside": "^5.9.0",
"react-redux": "^5.0.3",
"react-redux-toastr": "^4.4.6",
"react-router": "^3.0.2",
"react-sortable-hoc": "^0.6.3",
"react-toastr": "^2.8.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"shortid": "^2.2.8",
"sweetalert": "^1.1.3",
"sweetalert-react": "^0.4.9",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "*",
"opentok-annotation": "^2.0.53",
"opentok-archiving": "^1.0.19",
"opentok-screen-sharing": "^1.0.27",
"opentok-text-chat": "^1.0.29",
"react-scripts": "0.9.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
}
}