-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.92 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": "yallaliefermarket",
"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 .",
"pods": "cd ios && arch -x86_64 pod install --repo-update",
"android-clean": "cd android && ./gradlew clean",
"build:android": "cd android && ./gradlew assembleRelease",
"build:ios": "react-native bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /Users/hani/Library/Developer/Xcode/DerivedData/YallaLieferNew-guwzhxptonjmibddqkhgwqtjfhpb/Build/Intermediates.noindex/ArchiveIntermediates/YallaLieferNew/BuildProductsPath/Release-iphoneos/YallaLieferNew.app/main.jsbundle --assets-dest /Users/hani/Library/Developer/Xcode/DerivedData/YallaLieferNew-guwzhxptonjmibddqkhgwqtjfhpb/Build/Intermediates.noindex/ArchiveIntermediates/YallaLieferNew/BuildProductsPath/Release-iphoneos/YallaLieferNew.app",
"xcode": "cd ios && open yallaLieferMarket.xcworkspace"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.2.2",
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-community/datetimepicker": "^6.1.3",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@stripe/stripe-react-native": "^0.8.0",
"axios": "^0.27.2",
"i18n-js": "^3.9.2",
"libphonenumber-js": "^1.9.52",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"react": "17.0.2",
"react-native": "0.68.1",
"react-native-bootsplash": "^4.1.5",
"react-native-confirmation-code-field": "^7.3.0",
"react-native-country-picker-modal": "^2.0.0",
"react-native-dash": "^0.0.11",
"react-native-dropdown-picker": "4.0.2",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^2.4.1",
"react-native-gifted-chat": "^0.16.3",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-icon-badge": "^1.1.3",
"react-native-image-crop-picker": "^0.37.3",
"react-native-image-picker": "^4.8.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.2.1",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-onesignal": "^4.3.8",
"react-native-paper": "^4.12.1",
"react-native-permissions": "^3.3.1",
"react-native-reanimated": "^2.8.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^4.2.5",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^3.13.1",
"react-native-spinkit": "^1.5.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-vector-icons": "^9.1.0",
"react-native-webview": "^11.18.2",
"react-promise-tracker": "^2.1.0",
"react-redux": "^8.0.1",
"reactotron-react-native": "^5.0.1",
"reactotron-redux": "^3.1.3",
"recompose": "^0.30.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"socket.io-client": "^4.5.0",
"throttle-debounce": "^5.0.0",
"url": "^0.11.0",
"use-debounce": "^8.0.0",
"victory-native": "^36.3.2",
"yup": "^0.32.11",
"yup-phone": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-dotenv": "^3.3.1",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}