-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.06 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
{
"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",
"postinstall": "rndebugger-open"
},
"dependencies": {
"@eva-design/eva": "^2.0.0",
"@expo-google-fonts/varela-round": "^0.1.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.7",
"@react-navigation/drawer": "^5.11.2",
"@react-navigation/native": "^5.8.9",
"@react-navigation/stack": "^5.12.6",
"@ui-kitten/components": "^5.0.0",
"@ui-kitten/eva-icons": "^5.0.0",
"axios": "^0.21.0",
"expo": "^44.0.0",
"expo-font": "~10.0.5",
"expo-status-bar": "~1.2.0",
"formik": "^2.2.5",
"global": "^4.4.0",
"intl": "^1.2.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-minimal-pie-chart": "^8.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-44.0.0.tar.gz",
"react-native-animated-spinkit": "^1.5.1",
"react-native-debug": "^3.0.0",
"react-native-debugger": "^1.1.0",
"react-native-debugger-open": "^0.3.25",
"react-native-gesture-handler": "~2.1.0",
"react-native-picker-select": "^8.0.4",
"react-native-pie-chart": "^1.0.13",
"react-native-progress-circle": "^2.1.0",
"react-native-reanimated": "~2.3.1",
"react-native-responsive-fontsize": "^0.5.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-web": "0.17.1",
"react-number-format": "^4.4.4",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}