-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
65 lines (65 loc) · 1.51 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
{
"name": "bbb-playback",
"version": "5.2.0",
"homepage": "/playback/presentation/2.3",
"dependencies": {
"@bigbluebutton/tldraw": "^2.0.0-alpha.25",
"bowser": "^2.11.0",
"classnames": "^2.3.1",
"darkreader": "^4.9.46",
"linkify-react": "^3.0.4",
"linkifyjs": "^3.0.5",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-intl": "^6.2.5",
"react-router-dom": "^6.4.3",
"react-sizeme": "^3.0.2",
"sass": "^1.52.1",
"semver": "^7.5.2",
"tldraw-v1": "npm:@tldraw/tldraw@^1.2.7",
"video.js": "^7.21.1",
"videojs-seek-buttons": "^3.0.1",
"recharts": "^2.12.7",
"styled-components": "^6.1.13"
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
"overrides": {
"nth-check": "2.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigbluebutton/bbb-playback.git"
},
"keywords": [
"bigbluebutton",
"playback"
],
"author": "Pedro Beschorner Marin <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/bigbluebutton/bbb-playback/issues"
}
}