-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.38 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@aws-amplify/cli": "^4.50.2",
"@heap/react-native-heap": "^0.16.0",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.7",
"@react-native-masked-view/masked-view": "^0.2.5",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"amazon-cognito-identity-js": "^5.0.6",
"aws-amplify": "^4.2.1",
"aws-amplify-react-native": "^5.0.3",
"expo": "^40.0.1",
"expo-image-picker": "^10.1.4",
"expo-splash-screen": "~0.8.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"expo-web-browser": "^9.1.0",
"fs": "^0.0.1-security",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^7.0.0",
"react-native": "~0.63.4",
"react-native-bouncy-checkbox": "^2.1.1",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-dropdown-picker": "^5.1.15",
"react-native-elements": "^3.3.2",
"react-native-gesture-handler": "~1.8.0",
"react-native-image-progress": "^1.1.1",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-popup-menu": "^0.15.11",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-shimmer": "^0.6.0",
"react-native-skeleton-placeholder": "^4.0.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-text-ticker": "^1.13.0",
"react-native-unimodules": "~0.12.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.3",
"react-navigation-stack": "^2.10.2",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"child_process": "^1.0.2",
"jest": "~25.2.6",
"os": "^0.1.2",
"path": "^0.12.7",
"react-test-renderer": "~16.13.1"
},
"private": true,
"name": "App",
"version": "1.0.0"
}