-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.22 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
{
"name": "Travel",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 14 Pro'",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/drawer": "^6.5.8",
"@react-navigation/native": "^6.1.8",
"@react-navigation/stack": "^6.3.18",
"@sparkfabrik/react-native-idfa-aaid": "^1.0.1",
"axios": "^1.4.0",
"lottie-react-native": "^5.1.4",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
"moment": "^2.29.4",
"moti": "^0.26.0",
"react": "18.1.0",
"react-native": "0.70.7",
"react-native-advertising-id": "^1.0.11",
"react-native-animatable": "^1.3.3",
"react-native-appsflyer": "^6.9.4",
"react-native-flip-card": "^3.5.7",
"react-native-gesture-handler": "^2.9.0",
"react-native-image-picker": "^7.0.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.1",
"react-native-maps": "^1.7.1",
"react-native-modal": "^13.0.1",
"react-native-onesignal": "5.0.0",
"react-native-paper": "^5.10.3",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "^3.1.0",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.25.0",
"react-native-select-dropdown": "^3.3.4",
"react-native-share": "^9.2.3",
"react-native-status-bar-height": "^2.6.0",
"react-native-tracking-transparency": "^0.1.2",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "^13.6.0",
"redux-thunk": "^2.4.2"
},
"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.72.3",
"react-test-renderer": "18.1.0"
},
"jest": {
"preset": "react-native"
}
}