forked from EnableX/enx-rtc-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.75 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
55
56
57
58
59
60
61
{
"name": "enx-rtc-react-native",
"version": "1.5.3-beta",
"description": "It is a react native component for Enablex users.",
"main": "src/index.js",
"scripts": {
"flow": "flow",
"flow:check": "flow check",
"lint": "eslint src example",
"jest": "jest src example",
"start": "nodemon --exec \"react-native start\"",
"test": "npm run flow && npm run lint && npm run jesp9t",
"format": "eslint --fix src"
},
"keywords": [
"react-native",
"enablex",
"enx",
"webrtc",
"ios",
"android",
"video",
"live",
"react",
"chat",
"cpass"
],
"author": "enablex",
"license": "Vcloudx License, Version 1.1', :text => 'https://www.enablex.io/legals/tou/",
"repository": {
"type": "git",
"url": "https://github.com/EnableX/enx-rtc-react-native.git"
},
"dependencies": {
"nodemon": "^1.18.10",
"npm-install-peers": "^1.2.1",
"prop-types": "^15.6.0",
"react-devtools": "^3.6.1",
"react-native-axios": "^0.17.1",
"react-native-easy-toast": "^1.2.0",
"react-native-enhanced-popup-menu": "^0.6.1",
"react-native-navigation": "^3.3.0",
"underscore": "^1.9.1",
"babel-preset-react-native": "5.0.2",
"axios": "^0.19.0",
"expo": "^35.0.0",
"react": "16.9.0",
"react-native": "0.61.5"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"babel-jest": "24.9.0",
"jest": "24.9.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "0.56.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}