-
Notifications
You must be signed in to change notification settings - Fork 156
/
Copy pathpackage.json
65 lines (65 loc) · 1.57 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": "opentok-react-native",
"version": "2.28.3",
"description": "React Native components for OpenTok iOS and Android SDKs",
"main": "src/index.js",
"homepage": "https://www.tokbox.com",
"scripts": {
"flow": "flow",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"opentok",
"react-native",
"tokbox",
"webrtc",
"ios",
"android",
"live",
"video",
"react"
],
"author": "Vonage <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/opentok/opentok-react-native.git"
},
"dependencies": {
"axios": "^1.6.8",
"deprecated-react-native-prop-types": "^2.3.0",
"flow-bin": "^0.180.0",
"prop-types": "^15.7.2",
"underscore": "^1.13.0",
"react-native-uuid": "^2.0.2"
},
"devDependencies": {
"babel-jest": "29.7.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "29.7.0",
"metro-react-native-babel-preset": "0.65.2",
"react": "^18.3.1",
"react-native": "^0.75.2",
"react-test-renderer": "^18.2.0"
},
"overrides": {
"babel-jest": {
"@babel/traverse": "^7.24.7"
},
"metro-source-map": {
"@babel/traverse": "^7.23.2"
},
"metro-transform-plugins": {
"@babel/traverse": "^7.23.2"
},
"@jest/transform": {
"micromatch": "^4.0.7"
}
},
"types": "@types/index.d.ts"
}