-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
97 lines (97 loc) · 3.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "Instamobile",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"prettier": "prettier --write '*.js' 'src/**/*.js'"
},
"dependencies": {
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.10.0",
"@react-native-community/cameraroll": "^1.4.1",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^8.0.0",
"@react-native-picker/picker": "^2.1.0",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/drawer": "^6.1.4",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"amazon-cognito-identity-js": "^5.2.6",
"aws-amplify": "^4.3.14",
"aws-amplify-react-native": "^6.0.2",
"base-64": "^0.1.0",
"crypto-js": "^3.1.9-1",
"dopenative": "^0.0.22",
"expo": "43.0.4",
"expo-av": "10.1.3",
"expo-blur": "10.0.3",
"expo-camera": "12.0.3",
"expo-document-picker": "10.0.3",
"expo-file-system": "13.0.3",
"expo-image-picker": "11.0.3",
"expo-localization": "11.0.0",
"expo-location": "13.0.4",
"formik": "^2.1.0",
"i18n-js": "^3.5.0",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"moment": "^2.27.0",
"react": "17.0.2",
"react-native": "0.66.0",
"react-native-actionsheet": "^2.4.2",
"react-native-animatable": "^1.3.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-appearance": "^0.3.4",
"react-native-button": "^3.0.1",
"react-native-confirmation-code-field": "^6.5.0",
"react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.7.0",
"react-native-image-progress": "^1.1.1",
"react-native-image-resizer": "^1.2.6",
"react-native-image-view": "^2.1.9",
"react-native-indicators": "^0.17.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keyboard-aware-view": "^0.0.14",
"react-native-modalbox": "^2.0.0",
"react-native-phone-input": "^1.2.0",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^1.13.1",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "^3.5.0",
"react-native-splash-screen": "^3.2.0",
"react-native-webview": "^10.8.3",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"uuidv4": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/runtime": "^7.16.5",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.4.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.5.0",
"jest": "^27.4.5",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.3.2",
"react-test-renderer": "17.0.2",
"remote-redux-devtools": "^0.5.16"
},
"jest": {
"preset": "react-native"
}
}