Newer
Older
{
"name": "frontend",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
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
"@expo/html-elements": "^0.3.0",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.0",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/bottom-tabs": "^6.5.2",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.6",
"@redux-devtools/extension": "^3.2.3",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.3.3",
"dateformat": "^5.0.3",
"expo": "^46.0.0",
"expo-checkbox": "^2.2.2",
"expo-device": "~4.3.0",
"expo-image-manipulator": "~10.4.0",
"expo-image-picker": "~13.3.1",
"expo-linear-gradient": "~11.4.0",
"expo-notifications": "~0.16.1",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-calendar-picker": "^7.1.3",
"react-native-dotenv": "^3.4.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-numeric-input": "^1.9.1",
"react-native-paper": "^5.1.0",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-snackbar": "^2.4.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.5",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"styled-components": "^5.3.6"