-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.73 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint App.js components/ navigation/ screens/",
"fixlint": "eslint --fix App.js components/ navigation/ screens/"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-segmented-control/segmented-control": "2.4.0",
"@react-navigation/drawer": "^6.5.6",
"@react-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.10",
"@sentry/react-native": "4.13.0",
"axios": "^1.2.2",
"expo": "^48.0.0",
"expo-application": "~5.1.1",
"expo-av": "~13.2.1",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-device": "~5.2.1",
"expo-keep-awake": "~12.0.1",
"expo-linking": "~4.0.1",
"expo-localization": "~14.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"i18n-js": "^3.9.2",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-svg-charts": "https://github.com/SabbeAndres/react-native-svg-charts",
"react-native-toast-message": "^2.1.6",
"react-query": "^3.39.2",
"sentry-expo": "~6.1.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.31.0"
},
"private": true,
"name": "app",
"version": "1.0.0"
}