-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 5.1 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "gecomer",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "npx force-resolutions && patch-package",
"android": "react-native run-android",
"ios": "react-native run-ios",
"pod": "cd ios && pod install && cd ..",
"pod:M1": "cd ios && arch -x86_64 pod install && cd ..",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "react-native start --reset-cache",
"watchman": "watchman watch-del-all",
"type-check": "tsc",
"pretty": "prettier --write ./src/*",
"pod-clean": "cd ios && pod deintegrate && cd ..",
"pod-clear": "cd ios && rm -rf Pods && rm -rf Podfile.lock && pod install && cd ..",
"xc": "cd ios && open *.xcworkspace && cd ..",
"bundle-install": "cd ios && bundle install && cd ..",
"fresh-install": "watchman watch-del-all && rm -rf ios/build/ && rm -rf node_modules/ && rm -rf ios/Pods/ && yarn cache clean && yarn install && cd ios && xcodebuild clean && rm -rf ~/Library/Caches/CocoaPods && rm -rf Pods && rm -rf ~/Library/Developer/Xcode/DerivedData/* && pod cache clean --all && pod deintegrate && pod setup && pod install && cd ..",
"fresh-start": "yarn run fresh-install && yarn run reset",
"clean-cache": "rm -rf ~/Library/Caches/CocoaPods && rm -rf ~/Library/Developer/Xcode/DerivedData/* ",
"clean-yarn": "rm -rf node_modules && yarn cache clean --force && yarn install",
"clean:android": "cd android && ./gradlew clean && cd .."
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.1",
"@faker-js/faker": "^8.4.1",
"@gorhom/bottom-sheet": "^4.6.1",
"@gorhom/portal": "^1.0.14",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/netinfo": "^11.3.1",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@reduxjs/toolkit": "^2.2.3",
"@shopify/flash-list": "^1.6.4",
"axios": "^1.6.8",
"crypto-js": "^4.2.0",
"i18next": "^23.11.3",
"lodash": "^4.17.21",
"lottie-react-native": "^6.7.2",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-content-loader": "^7.0.0",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.51.4",
"react-i18next": "^13.5.0",
"react-native": "0.74.1",
"react-native-app-intro-slider": "^4.0.4",
"react-native-avoid-softinput": "^5.0.0",
"react-native-bootsplash": "^5.5.3",
"react-native-chart-kit": "^6.12.0",
"react-native-config": "^1.5.1",
"react-native-country-picker-modal": "^2.0.0",
"react-native-device-info": "^10.13.2",
"react-native-elements": "^3.4.3",
"react-native-encrypted-storage": "^4.0.3",
"react-native-error-boundary": "^1.2.4",
"react-native-fast-image": "^8.6.3",
"react-native-floating-label-input": "^1.4.3",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.16.1",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-crop-picker": "^0.40.3",
"react-native-image-picker": "^7.1.2",
"react-native-indicators": "^0.17.0",
"react-native-inkwell": "^0.4.5",
"react-native-keyboard-manager": "^6.5.11-2",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.1.0",
"react-native-maps": "^1.14.0",
"react-native-modal": "^13.0.1",
"react-native-permissions": "^4.1.5",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "^3.10.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.30.1",
"react-native-sensors": "^7.3.6",
"react-native-svg": "^14.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.1.0",
"react-redux": "^9.1.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/runtime": "^7.23.2",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@tsconfig/react-native": "^3.0.5",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.1",
"@types/react": "^18.3.1",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"eslint-plugin-prettier": "^5.1.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "3.2.5",
"react-test-renderer": "18.2.0",
"typescript": "5.4.5"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}