-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.25 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
{
"name": "struct",
"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": {
"@expo/vector-icons": "^13.0.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-material/core": "^1.3.7",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"axios": "^1.5.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"expo": "~49.0.5",
"expo-av": "^13.4.1",
"expo-haptics": "~12.4.0",
"expo-notifications": "~0.20.1",
"expo-permissions": "^14.2.1",
"expo-status-bar": "~1.6.0",
"http-adapter": "^0.0.2",
"luxon": "^3.4.3",
"polished": "^4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-native": "0.72.6",
"react-native-awesome-alerts": "^2.0.0",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-dialog": "^9.3.0",
"react-native-element-dropdown": "^2.10.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-ionicons": "^4.6.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-paper": "^5.10.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-responsive-image": "^2.3.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-sound": "^0.11.2",
"react-native-text-input-mask": "^3.2.0",
"react-native-toast-message": "^2.1.6",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.19.6",
"styled-components": "^6.0.7",
"uuid": "^9.0.0",
"expo-speech": "~11.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}