forked from opentok/opentok-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "opentok-react-native",
"version": "0.20.3",
"description": "React Native components for OpenTok iOS and Android SDKs",
"main": "src/index.js",
"homepage": "https://www.tokbox.com",
"scripts": {
"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": "^0.21.1",
"prop-types": "^15.7.2",
"underscore": "^1.13.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"babel-jest": "26.6.3",
"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": "26.6.3",
"metro-react-native-babel-preset": "0.65.2",
"react": "^17.0.1",
"react-native": "^0.64.0",
"react-test-renderer": "^16.0.9"
},
"types": "@types/index.d.ts"
}