-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.47 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "trena",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@bugsnag/expo": "^46.0.0",
"@expo-google-fonts/roboto": "^0.2.2",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "9.3.0",
"@react-navigation/bottom-tabs": "^5.11.15",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"apisauce": "^2.1.6",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"dotenv": "^16.0.3",
"expo": "~46.0.17",
"expo-app-loading": "^2.1.0",
"expo-application": "~4.2.2",
"expo-auth-session": "~3.7.1",
"expo-blur": "^11.2.0",
"expo-camera": "~12.3.0",
"expo-constants": "~13.2.4",
"expo-crypto": "~11.0.0",
"expo-dev-client": "~1.3.1",
"expo-device": "~4.3.0",
"expo-file-system": "~14.1.0",
"expo-image-picker": "~13.3.1",
"expo-location": "^14.3.0",
"expo-notifications": "^0.16.1",
"expo-permissions": "~13.2.0",
"expo-random": "~12.3.0",
"expo-secure-store": "^11.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"formik": "^2.1.4",
"jwt-decode": "^3.1.2",
"lottie-react-native": "5.1.3",
"moment": "^2.29.4",
"native-base": "^3.4.21",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-maps": "0.31.1",
"react-native-progress": "^5.0.0",
"react-native-progress-steps": "^1.3.4",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.3.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"rneui": "^1.0.0-stable.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/node": "^18.11.5",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"typescript": "~4.3.5"
},
"private": true
}