-
Notifications
You must be signed in to change notification settings - Fork 332
/
Copy pathpackage.json
69 lines (69 loc) · 1.47 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
{
"name": "stream-chat-expo",
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"version": "6.6.8",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
},
"license": "SEE LICENSE IN LICENSE",
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"mime": "^4.0.7",
"stream-chat-react-native-core": "link:../"
},
"peerDependencies": {
"expo": ">=51.0.0",
"expo-av": "*",
"expo-clipboard": "*",
"expo-document-picker": "*",
"expo-file-system": "*",
"expo-haptics": "*",
"expo-image-manipulator": "*",
"expo-image-picker": "*",
"expo-media-library": "*",
"expo-sharing": "*",
"expo-video": "*"
},
"peerDependenciesMeta": {
"expo-av": {
"optional": true
},
"expo-video": {
"optional": true
},
"expo-clipboard": {
"optional": true
},
"expo-document-picker": {
"optional": true
},
"expo-file-system": {
"optional": true
},
"expo-media-library": {
"optional": true
},
"expo-image-picker": {
"optional": true
},
"expo-sharing": {
"optional": true
},
"expo-haptics": {
"optional": true
}
},
"devDependencies": {
"expo": "^52.0.36",
"expo-image-manipulator": "^12.0.5"
},
"scripts": {
"prepack": " cp ../../README.md .",
"postpack": "rm README.md"
},
"resolutions": {
"@types/react": "^19.0.0"
}
}