-
Notifications
You must be signed in to change notification settings - Fork 332
/
Copy pathpackage.json
86 lines (86 loc) · 2.14 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
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
85
86
{
"name": "stream-chat-react-native",
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"version": "6.6.8",
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
},
"files": [
"src",
"types",
"android",
"ios",
"*.podspec",
"package.json"
],
"license": "SEE LICENSE IN LICENSE",
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.4",
"mime": "^4.0.7",
"stream-chat-react-native-core": "link:../"
},
"peerDependencies": {
"@react-native-camera-roll/camera-roll": ">=7.8.0",
"@react-native-clipboard/clipboard": ">=1.14.1",
"@react-native-documents/picker": ">=10.1.1",
"@stream-io/flat-list-mvcp": ">=0.10.3",
"react-native": ">=0.71.0",
"react-native-audio-recorder-player": ">=3.6.4",
"react-native-blob-util": ">=0.19.9",
"react-native-haptic-feedback": ">=2.2.0",
"react-native-image-picker": ">=7.1.2",
"react-native-share": ">=10.2.1",
"react-native-video": ">=6.4.2"
},
"peerDependenciesMeta": {
"@react-native-camera-roll/camera-roll": {
"optional": true
},
"@react-native-clipboard/clipboard": {
"optional": true
},
"@stream-io/flat-list-mvcp": {
"optional": true
},
"react-native-share": {
"optional": true
},
"@react-native-documents/picker": {
"optional": true
},
"react-native-haptic-feedback": {
"optional": true
},
"react-native-image-picker": {
"optional": true
},
"react-native-audio-recorder-player": {
"optional": true
},
"react-native-video": {
"optional": true
},
"react-native-blob-util": {
"optional": true
}
},
"scripts": {
"prepack": " cp ../../README.md .",
"postpack": "rm README.md"
},
"devDependencies": {
"react-native": "0.78.0"
},
"codegenConfig": {
"name": "StreamChatReactNativeSpec",
"type": "modules",
"jsSrcsDir": "src/native"
},
"resolutions": {
"@types/react": "^19.0.0"
}
}