-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 2.93 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
80
81
82
83
{
"name": "pronto",
"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",
"test": "jest --u "
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-native|react-native-vector-icons|@react-native|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base))"
]
},
"dependencies": {
"@aws-amplify/ui-react": "^4.6.4",
"@aws-sdk/client-cognito-identity-provider": "^3.352.0",
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/metro-config": "^0.7.1",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.17",
"amazon-cognito-identity-js": "^6.2.0",
"aws-amplify": "^5.2.4",
"aws-amplify-react-native": "^7.0.2",
"expect": "^29.6.4",
"expo": "^49.0.0",
"expo-constants": "~14.4.2",
"expo-location": "^16.1.0",
"expo-print": "^12.4.2",
"expo-sharing": "^11.5.0",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.11",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"moment": "^2.29.4",
"pod-install": "^0.1.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-button": "^3.0.1",
"react-native-calendars": "^1.1295.0",
"react-native-dotenv": "^3.4.9",
"react-native-dropdown-picker": "^5.4.6",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-element-dropdown": "^2.9.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-maps": "1.7.1",
"react-native-maps-directions": "^1.9.0",
"react-native-modal-datetime-picker": "^15.0.0",
"react-native-modalbox": "^2.0.2",
"react-native-paper": "^5.7.2",
"react-native-pdf": "^6.7.0",
"react-native-picker": "^4.3.7",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-vector-icons": "^9.2.0",
"react-native-view-pdf": "^0.14.0",
"react-native-web": "~0.19.6",
"react-test-renderer": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.1.2"
},
"private": true
}