-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.52 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
{
"name": "learn",
"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 ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/cli-platform-android": "^9.2.1",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-firebase/app": "^16.4.0",
"@react-native-firebase/messaging": "^16.4.0",
"@react-native-picker/picker": "^2.4.2",
"@wwdrew/react-native-numeric-textinput": "^1.1.0",
"appcenter": "^4.4.5",
"appcenter-analytics": "^4.4.5",
"appcenter-cli": "^2.11.0",
"appcenter-crashes": "^4.4.5",
"axios": "^0.27.2",
"babel-plugin-module-resolver": "^4.1.0",
"code-push-cli": "^3.0.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"moment": "^2.29.3",
"native-base": "^3.4.6",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-camera": "^4.2.1",
"react-native-code-push": "^7.0.5",
"react-native-eject": "^0.1.2",
"react-native-face-detection": "^0.1.1",
"react-native-format-currency": "^0.0.3",
"react-native-gesture-handler": "^2.4.2",
"react-native-mask-text": "^0.13.1",
"react-native-mmkv-storage": "^0.7.6",
"react-native-modal": "^13.0.1",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^2.9.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.17.0",
"react-native-search-filter": "^0.1.5",
"react-native-svg": "^13.1.0",
"react-native-text-input-mask": "^3.1.4",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.2",
"react-redux": "^8.0.2",
"react-text-mask": "^5.5.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"text-mask-addons": "^3.8.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}