-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 867 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 867 Bytes
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
{
"name": "bitesafe",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@google/generative-ai": "^0.24.0",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/native": "^7.0.18",
"@react-navigation/stack": "^7.2.2",
"@supabase/supabase-js": "^2.49.1",
"axios": "^1.8.4",
"expo": "~52.0.40",
"expo-camera": "~16.0.18",
"expo-file-system": "~18.0.11",
"expo-image-picker": "~16.0.6",
"expo-location": "~18.0.8",
"expo-media-library": "~17.0.6",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-dotenv": "^3.4.11"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}