-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.59 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.59 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
62
63
64
65
{
"name": "@100mslive/react-native-video-plugin-example",
"version": "1.1.1",
"private": true,
"installConfig": {
"hoistingLimits": "workspaces"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"build:ios": "cd ios && xcodebuild -workspace ReactNativeVideoPluginExample.xcworkspace -scheme ReactNativeVideoPluginExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO",
"postinstall": "patch-package"
},
"dependencies": {
"@100mslive/react-native-hms": ">=1.12.0 <2.0.0",
"@100mslive/react-native-room-kit": "1.2.3",
"@100mslive/react-native-video-plugin": "workspace:^",
"@100mslive/types-prebuilt": "0.12.12",
"@react-native-community/blur": "^4.4.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/native": "^7.1.18",
"@shopify/flash-list": "^1.8.3",
"lottie-react-native": "^7.3.4",
"react": "19.0.0",
"react-native": "0.78.1",
"react-native-gesture-handler": "^2.28.0",
"react-native-image-picker": "^8.2.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal": "^14.0.0-rc.0",
"react-native-permissions": "^5.4.2",
"react-native-reanimated": "^3.19.3",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.16.0",
"react-native-simple-toast": "3.3.2",
"react-native-webview": "^13.16.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^20.0.2",
"@react-native-community/cli-platform-android": "^20.0.2",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "0.78.1",
"@react-native/metro-config": "0.78.1",
"@react-native/typescript-config": "0.78.1",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.6",
"@types/react-test-renderer": "^19.0.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"patch-package": "^8.0.1",
"prettier": "^3.4.2",
"react-test-renderer": "19.0.0",
"typescript": "^5.7.3"
},
"resolutions": {
"@types/react": "^19.0.6"
}
}