-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.34 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.34 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
{
"name": "syndicate",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"start-hermes": "react-native run-android --no-jetifier --no-hermes"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@stream-io/flat-list-mvcp": "^0.10.3",
"amazon-cognito-identity-js": "^6.3.6",
"aws-amplify": "^5.3.11",
"aws-amplify-react-native": "^7.0.7",
"expo": "^49.0.17",
"expo-av": "^13.6.0",
"expo-camera": "~13.4.4",
"expo-clipboard": "^4.5.0",
"expo-document-picker": "^11.7.0",
"expo-file-system": "~15.4.5",
"expo-font": "~11.4.0",
"expo-haptics": "^12.6.0",
"expo-image-manipulator": "~11.3.0",
"expo-image-picker": "~14.3.2",
"expo-media-library": "~15.4.1",
"expo-sharing": "^11.7.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-deck-swiper": "^2.0.16",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-element-dropdown": "^2.10.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-image-picker": "^7.0.1",
"react-native-modal": "^13.0.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-svg": "13.9.0",
"react-native-vector-icons": "^10.0.2",
"react-native-view-overflow": "^0.0.5",
"react-native-web": "~0.19.6",
"stream-chat": "^8.14.4",
"stream-chat-expo": "^5.22.1",
"stream-chat-react-native": "^5.22.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}