forked from blackuy/react-native-twilio-video-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "react-native-twilio-video-webrtc",
"repository": {
"type": "git",
"url": "https://github.com/blackuy/react-native-twilio-video-webrtc.git"
},
"homepage": "https://github.com/blackuy/react-native-twilio-video-webrtc",
"version": "3.2.1",
"description": "Twilio Video WebRTC for React Native.",
"main": "index.js",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"lint": "prettier -c 'src/**/*.js'",
"lint:fix": "prettier -w 'src/**/*.js'",
"ci": "yarn lint"
},
"standard": {
"parser": "babel-eslint"
},
"keywords": [
"react-native"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/react": "~18.2.0",
"@types/react-native": "~0.70.6",
"babel-eslint": "^7.2.3",
"del": "^3.0.0",
"doctoc": "^1.3.0",
"expo": "^47.0.0",
"expo-build-properties": "^0.5.1",
"expo-module-scripts": "^3.0.7",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.5.0",
"gulp-react-docs": "^1.0.1",
"gulp-tap": "^1.0.1",
"prettier": "^2.8.8",
"react-docgen": "^2.15.0"
},
"peerDependencies": {
"expo": ">=47.0.0",
"expo-build-properties": ">=0.5.1"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"dependencies": {
"base64-js": "^1.5.1",
"prop-types": "^15.5.10"
}
}