-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.01 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
{
"name": "googleexpo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/nunito": "^0.2.3",
"@expo-google-fonts/quicksand": "^0.2.3",
"@expo/config-plugins": "~7.2.2",
"@expo/metro-config": "~0.10.0",
"@expo/prebuild-config": "^6.2.4",
"@nozbe/watermelondb": "^0.27.1",
"@nozbe/with-observables": "^1.6.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/auth": "^18.7.3",
"@react-native-firebase/database": "^18.7.3",
"@react-native-firebase/firestore": "^18.7.3",
"@react-native-firebase/messaging": "^18.7.3",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.15.0",
"@tensorflow/tfjs-react-native": "^1.0.0",
"axios": "^1.6.3",
"expo": "^49.0.21",
"expo-camera": "~13.4.4",
"expo-dev-client": "~2.4.12",
"expo-font": "~11.4.0",
"expo-gl": "~13.0.1",
"expo-image-picker": "~14.3.2",
"expo-media-library": "~15.4.1",
"expo-splash-screen": "~0.20.5",
"expo-sqlite": "~11.3.3",
"expo-status-bar": "~1.6.0",
"global": "^4.4.0",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "~1.9.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sqlite-2": "^3.6.2",
"react-native-sqlite-storage": "^6.0.1",
"react-native-uuid": "^2.0.1",
"realm": "^12.5.1",
"socket.io-client": "^4.7.2",
"uuid": "^9.0.1",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}