-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.78 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.78 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@sendbird/uikit-sample-cli",
"version": "3.12.6",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"adb:reverse": "adb start-server && sh ./scripts/adb-reverse.sh"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.11",
"@faker-js/faker": "^7.6.0",
"@notifee/react-native": "^5.3.0",
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-camera-roll/camera-roll": "^7.8.1",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/datetimepicker": "^5.1.0",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-community/slider": "^5.0.1",
"@react-native-documents/picker": "^10.1.0",
"@react-native-firebase/app": "^19.3.0",
"@react-native-firebase/messaging": "^19.3.0",
"@react-navigation/bottom-tabs": "^6.6.0",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.10.0",
"@sendbird/chat": "^4.20.2",
"@sendbird/react-native-create-thumbnail": "^1.0.2",
"fbjs": "^3.0.4",
"react": "19.1.1",
"react-native": "0.82.1",
"react-native-fast-image": "^8.6.3",
"react-native-file-access": "^3.1.1",
"react-native-image-picker": "^8.2.0",
"react-native-mmkv": "^4.0.0",
"react-native-nitro-modules": "^0.31.5",
"react-native-nitro-sound": "^0.2.9",
"react-native-permissions": "^5.3.0",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.15.4",
"react-native-touch-reload": "sendbird/react-native-touch-reload",
"react-native-video": "^6.16.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.82.1",
"@react-native/eslint-config": "0.82.1",
"@react-native/metro-config": "0.82.1",
"@react-native/typescript-config": "0.82.1",
"@types/jest": "^29.5.13",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-dom": "18.2.0",
"react-test-renderer": "19.1.1",
"typescript": "5.8.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"moduleNameMapper": {
"@sendbird/([^/]+)": "<rootDir>/../packages/$1/src"
}
},
"engines": {
"node": ">=20"
}
}