-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 5.91 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "greenlync",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"ip": "npx react-native run-ios --simulator='iPhone 13'",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"clean": "react-native start --reset-cache",
"emu": "cd .. && cd .. && chmod 777 ./Emulator.sh && ./Emulator.sh ",
"both": "npm i && npm i -f && npm run android && npx pod-install && npm run ip ",
"codepush-android": "appcenter codepush release-react -a development-lnxct.com/Greenlync-Android -d Production",
"codepush-ios": "appcenter codepush release-react -a development-lnxct.com/Greenlync-iOS -d Production",
"npm-clean": "rm -rf node_modules && npm cache clean && npm install",
"clean-android": "cd android && rm -rf android/build && rm -rf android/app/build && rm -rf android/.gradle && cd ..",
"clean-ios": "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 .."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/eslint-config": "^3.1.0",
"@react-native-community/netinfo": "^8.2.0",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-picker/picker": "^2.3.1",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/material-top-tabs": "^6.1.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@reduxjs/toolkit": "^1.8.0",
"accordion-collapse-react-native": "^1.1.0",
"amazon-cognito-identity-js": "^5.2.8",
"aws-amplify": "^4.3.31",
"aws-amplify-react-native": "^6.0.5",
"axios": "^0.26.1",
"babel-plugin-module-resolver": "^4.1.0",
"dayjs": "^1.10.8",
"fbemitter": "^3.0.0",
"geolib": "^3.3.3",
"getsocial-react-native-sdk": "^7.11.0",
"ignore-case": "^0.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"npm": "^8.12.1",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-android-location-enabler": "^1.2.2",
"react-native-auto-height-image": "^3.2.4",
"react-native-check-box": "^2.1.7",
"react-native-circle-floatmenu": "^0.1.1",
"react-native-circular-action-menu": "^0.5.0",
"react-native-code-push": "^7.0.4",
"react-native-compressor": "^1.5.2",
"react-native-config": "^1.4.6",
"react-native-date-picker": "^4.2.0",
"react-native-device-info": "^8.5.0",
"react-native-fast-image": "^8.5.11",
"react-native-flash-message": "^0.2.1",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-gesture-bottom-sheet": "^1.1.0",
"react-native-gesture-handler": "file:./src/CustomModules/react-native-gesture-handler",
"react-native-hyperlink": "0.0.22",
"react-native-image-cache-wrapper": "^1.0.7",
"react-native-image-crop-picker": "^0.38.0",
"react-native-image-picker": "^4.7.3",
"react-native-image-viewing": "file:./src/CustomModules/react-native-image-viewing",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "^0.30.1",
"react-native-media-controls": "^2.3.0",
"react-native-modal": "^13.0.1",
"react-native-orientation-locker": "^1.5.0",
"react-native-pager-view": "^5.4.11",
"react-native-paper": "^4.11.2",
"react-native-permissions": "^3.3.1",
"react-native-progress": "^5.0.0",
"react-native-push-notification": "^8.1.1",
"react-native-ratings": "^8.1.0",
"react-native-root-siblings": "^4.1.1",
"react-native-root-toast": "^3.3.0",
"react-native-safe-area-context": "^4.1.2",
"react-native-screens": "^3.13.1",
"react-native-share": "^7.3.7",
"react-native-size-matters": "^0.4.0",
"react-native-slider": "^0.11.0",
"react-native-star-rating": "^1.1.0",
"react-native-svg": "^12.4.3",
"react-native-swipe-gestures": "^1.0.5",
"react-native-switch": "^1.5.1",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.1.0",
"react-native-version-check": "^3.4.3",
"react-native-video": "^5.2.0",
"react-native-video-cache": "^2.7.3",
"react-native-video-controls": "^2.8.1",
"react-native-video-player": "^0.12.0",
"react-native-view-more-text": "^2.1.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"reselect": "^4.1.5",
"rn-fetch-blob": "^0.12.0",
"toggle-switch-react-native": "^3.3.0"
},
"extends": "@react-native-community",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.180",
"@types/react-native": "^0.66.15",
"@types/react-native-check-box": "^2.1.2",
"@types/react-native-star-rating": "^1.1.2",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-native-video": "^5.0.12",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^26.6.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.21.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}