-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"license": "0BSD",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~52.0.32",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.7",
"fs": "*",
"firebase": "*",
"expo-linking": "~7.0.5",
"expo-network": "~7.0.5",
"expo-constants": "~17.0.5",
"expo-keep-awake": "~14.0.2",
"@expo/vector-icons": "^14.0.2",
"react-native-cache": "*",
"react-native-paper": "4.9.2",
"expo-document-picker": "~13.0.2",
"react-native-screens": "~4.4.0",
"@google/generative-ai": "*",
"@react-navigation/native": "*",
"react-native-local-resource": "*",
"react-native-document-picker": "*",
"@react-navigation/native-stack": "*",
"react-native-encrypted-storage": "*",
"react-native-safe-area-context": "4.12.0",
"expo-secure-store": "~14.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}