Skip to content

Commit c562ad2

Browse files
authored
Create package.json
1 parent da48e34 commit c562ad2

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "nativeexpochat",
3+
"version": "1.0.0",
4+
"main": "node_modules/expo/AppEntry.js",
5+
"scripts": {
6+
"start": "expo start",
7+
"android": "expo start --android",
8+
"ios": "expo start --ios",
9+
"web": "expo start --web"
10+
},
11+
"dependencies": {
12+
"@react-native-camera-roll/camera-roll": "^7.5.0",
13+
"@react-native-community/netinfo": "9.3.10",
14+
"@react-navigation/native": "^6.1.16",
15+
"@react-navigation/stack": "^6.3.28",
16+
"@stream-io/flat-list-mvcp": "^0.10.3",
17+
"expo": "^49.0.23",
18+
"expo-av": "~13.4.1",
19+
"expo-clipboard": "~4.3.1",
20+
"expo-document-picker": "~11.5.4",
21+
"expo-file-system": "~15.4.5",
22+
"expo-haptics": "~12.4.0",
23+
"expo-image-manipulator": "~11.3.0",
24+
"expo-image-picker": "~14.3.2",
25+
"expo-media-library": "~15.4.1",
26+
"expo-sharing": "~11.5.0",
27+
"expo-status-bar": "~1.6.0",
28+
"react": "18.2.0",
29+
"react-native": "0.72.10",
30+
"react-native-gesture-handler": "~2.12.0",
31+
"react-native-image-crop-picker": "^0.40.3",
32+
"react-native-reanimated": "~3.3.0",
33+
"react-native-safe-area-context": "^4.9.0",
34+
"react-native-screens": "^3.29.0",
35+
"react-native-svg": "13.9.0",
36+
"stream-chat-expo": "^5.26.0"
37+
},
38+
"devDependencies": {
39+
"@babel/core": "^7.20.0"
40+
},
41+
"private": true
42+
}

0 commit comments

Comments
 (0)