-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
{
"name": "dailygo-app",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"axios": "^1.4.0",
"expo": "~48.0.18",
"expo-application": "~5.1.1",
"expo-auth-session": "~4.0.3",
"expo-crypto": "~12.2.1",
"expo-dev-client": "~2.2.1",
"expo-font": "~11.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"expo-web-browser": "~12.1.1",
"firebase": "^9.22.2",
"lottie-ios": "3.4.1",
"lottie-react-native": "5.1.4",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-background-fetch": "^4.1.10",
"react-native-gesture-handler": "^2.12.0",
"react-native-google-fit": "^0.19.1",
"react-native-health": "^1.14.0",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.5.3",
"react-native-svg": "13.4.0",
"react-native-swiper-flatlist": "^3.2.3",
"react-native-vector-icons": "^9.2.0",
"victory-native": "^36.6.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-dotenv": "^3.4.9",
"react-native-svg-transformer": "^1.1.0"
},
"private": true
}