-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.73 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/blur": "^4.3.0",
"@react-navigation/bottom-tabs": "*",
"@react-navigation/native": "*",
"@react-navigation/stack": "^6.3.5",
"algoliasearch": "^4.14.2",
"axios": "0.27.2",
"chalk": "^5.1.2",
"clarifai": "^2.9.1",
"expo": "~46.0.17",
"expo-app-loading": "^2.1.1",
"expo-camera": "~12.3.0",
"expo-cli": "^6.0.8",
"expo-constants": "~13.2.4",
"expo-image-manipulator": "~10.4.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-animated-progress": "^1.0.2",
"react-native-camera": "~4.2.1",
"react-native-country-flag": "^1.1.9",
"react-native-drop-shadow": "^0.0.6",
"react-native-expandable-listview": "^1.3.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-paper": "4.9.2",
"react-native-popup-view": "^0.1.2",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "^13.6.0",
"react-native-vector-icons": "^9.2.0",
"react-router-dom": "^6.4.4"
},
"overrides": {
"clarifai": {
"axios": "$axios"
}
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react-native-vector-icons": "^6.4.12"
},
"private": true
}