-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.2 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
{
"name": "rn-jitsi-meet",
"version": "1.0.0",
"main": "src/JitsiComponent",
"module": "src/JitsiComponent",
"repository": "[email protected]:icc-guerrero/rn-jitsi-meet.git",
"author": "Andres GUERRERO <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "cd ../lib-jitsi-meet && npm install && $(npm bin)/webpack -p && cd ../.."
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.15.11",
"react": "*",
"react-native": "*",
"react-native-background-timer": "^2.4.0",
"react-native-svg": "^12.1.1",
"react-native-video": "^5.2.0",
"react-native-webrtc": "1.84.0"
},
"devDependencies": {
"react": "17.0.2",
"react-native": "0.66.3"
},
"dependencies": {
"jQuery-Impromptu": "github:trentrichardson/jQuery-Impromptu#v6.0.0",
"jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#5ec92357570dc8f0b7ffc1528820721c84c6af8b",
"jquery": "3.5.1",
"jquery-contextmenu": "2.4.5",
"jquery-i18next": "1.2.1",
"lib-jitsi-meet": "thiagobrez/lib-jitsi-meet.git",
"react-native-callstats": "3.61.0",
"react-native-progress": "^5.0.0",
"react-native-url-polyfill": "1.2.0",
"xmldom": "0.1.27"
}
}