-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^18.0.1",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"expo": "^48.0.0",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"firebase": "^9.19.1",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.4",
"react-native-card-stack-swiper": "^1.2.5",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-location": "^3.0.1",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "~0.18.10",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/helper-get-function-arity": "^7.16.7",
"@types/react": "~18.0.27",
"@types/react-dom": "~18.0.10",
"@types/react-native": "~0.63.2",
"prettier": "^2.2.1",
"react-native-dotenv": "^3.4.8",
"typescript": "^4.9.4"
},
"private": true
}