-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.36 KB
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
{
"name": "react-video-live-demo",
"version": "0.1.1",
"private": true,
"dependencies": {
"@cloudinary/js-streaming": "^1.2.0",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"bootstrap": "^4.5.0",
"cloudinary-core": "^2.13.0",
"cloudinary-react": "^1.8.0",
"cloudinary-video-player": "^1.9.1",
"font-awesome": "^4.7.0",
"formik": "^1.5.1",
"lodash": "^4.17.15",
"mobx": "^5.9.0",
"mobx-react": "^5.4.4",
"mobx-state-tree": "^3.16.0",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-pose": "^4.0.10",
"react-router-dom": "5.2.0",
"react-scripts": "2.1.8",
"react-share": "^2.4.0",
"react-sizes": "^1.0.4",
"reactstrap": "^8.0.1",
"webrtc-adapter": "^3.4.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://demo.cloudinary.com/live",
"devDependencies": {
"gh-pages": "^2.2.0"
}
}