This repository was archived by the owner on May 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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
{
"name": "first-friend",
"version": "1.0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"debug": "react-devtools"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@googlemaps/js-api-loader": "^1.16.6",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"@types/firebase": "^3.2.1",
"@types/react": "~18.2.45",
"axios": "^1.6.8",
"expo": "^50.0.13",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.11",
"expo-font": "~11.10.3",
"expo-location": "~16.5.5",
"expo-status-bar": "~1.11.1",
"firebase": "^10.11.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.5",
"react-native-global-props": "^1.1.5",
"react-native-heroicons": "^4.0.0",
"react-native-maps": "^1.13.0",
"react-native-maps-directions": "^1.9.0",
"react-native-progress": "^5.0.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.8.2",
"styled-components": "^6.1.8",
"typescript": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/lodash": "^4.17.0"
},
"private": true
}