-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
47 lines (47 loc) · 1.67 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
{
"name": "videosdk-react-native-sdk-example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"android-linux": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"@videosdk.live/react-native-incallmanager": "^0.1.3",
"@videosdk.live/react-native-sdk": "0.1.11",
"lottie-ios": "3.4.0",
"lottie-react-native": "^5.1.4",
"moment": "^2.29.4",
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-dotenv": "^3.1.1",
"react-native-gesture-handler": "2.17.0",
"react-native-hyperlink": "^0.0.22",
"react-native-modal": "^13.0.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "3.32.0",
"react-native-simple-toast": "^1.1.4",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.1",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}