-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.72 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
{
"name": "MyCart",
"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": {
"@eva-design/eva": "^2.0.0",
"@react-native-async-storage/async-storage": "^1.13.1",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cli-platform-android": "^4.13.0",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.9",
"@react-native-firebase/app": "^8.4.6",
"@react-native-firebase/auth": "^9.3.1",
"@react-native-firebase/firestore": "^7.10.3",
"@react-navigation/compat": "^5.3.9",
"@react-navigation/drawer": "^5.10.2",
"@react-navigation/material-bottom-tabs": "^5.3.2",
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.0",
"@react-navigation/stack": "^5.10.0",
"@ui-kitten/components": "^5.0.0",
"expo-payments-stripe": "^8.3.0",
"expo-secure-store": "^9.3.0",
"hoist-non-react-statics": "^3.3.2",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-animatable": "^1.3.3",
"react-native-appearance": "^0.3.4",
"react-native-card-animated-modal": "^1.0.3",
"react-native-credit-card-input": "^0.4.1",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-gesture-handler": "^1.8.0",
"react-native-image-header-scroll-view": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-modal": "^11.5.6",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-paper": "^4.3.0",
"react-native-reanimated": "^1.13.1",
"react-native-safe-area-context": "^3.1.8",
"react-native-screens": "^2.12.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^2.15.2",
"react-native-textinput-effects": "^0.6.1",
"react-native-unimodules": "^0.12.0",
"react-native-vector-icons": "^7.1.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}