This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
243 lines (243 loc) · 9.6 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
{
"name": "myapp",
"version": "0.0.2",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "~8.1.2",
"@angular/core": "~8.1.2",
"@angular/forms": "~8.1.2",
"@angular/platform-browser": "~8.1.2",
"@angular/platform-browser-dynamic": "~8.1.2",
"@angular/router": "~8.1.2",
"@awesome-cordova-plugins/in-app-browser": "^6.3.0",
"@ionic-native/app-rate": "^5.36.0",
"@ionic-native/app-version": "^5.17.1",
"@ionic-native/badge": "^5.17.1",
"@ionic-native/barcode-scanner": "^5.17.1",
"@ionic-native/clipboard": "^5.31.1",
"@ionic-native/core": "^5.0.0",
"@ionic-native/device": "^5.36.0",
"@ionic-native/diagnostic": "^5.17.1",
"@ionic-native/firebase-x": "^5.36.0",
"@ionic-native/google-maps": "^5.0.0-beta.27",
"@ionic-native/in-app-browser": "^5.29.0",
"@ionic-native/keyboard": "^5.19.1",
"@ionic-native/launch-navigator": "^5.19.1",
"@ionic-native/network": "^5.17.1",
"@ionic-native/screen-orientation": "^5.17.1",
"@ionic-native/splash-screen": "^5.17.1",
"@ionic-native/status-bar": "^5.17.1",
"@ionic-native/unique-device-id": "^5.36.0",
"@ionic/angular": "^4.7.1",
"@ionic/storage": "^2.2.0",
"@techiediaries/ngx-qrcode": "^9.1.0",
"colors": "1.4.0",
"cordova-browser": "6.0.0",
"cordova-clipboard": "^1.3.0",
"cordova-ios": "7.1.1",
"cordova-plugin-actionsheet": "^2.3.3",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-apprate": "^1.5.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-statusbar": "~2.4.2",
"cordova-support-android-plugin": "^1.0.1",
"cordova-unique-device-id": "^1.3.2",
"cordova.plugins.diagnostic": "^5.0.1",
"core-js": "^2.5.4",
"es6-promise-plugin": "^4.2.2",
"faker": "5.5.3",
"ionicons": "git://github.com/ionic-team/ionicons.git#3.0",
"ios-sim": "^8.0.2",
"ngx-mask-ionic": "^1.1.2",
"rxjs": "~6.5.1",
"rxjs-compat": "^6.5.3",
"terser": "3.14.1",
"tslib": "^1.9.0",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "^5.0.4",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/architect": "~0.801.2",
"@angular-devkit/build-angular": "^0.803.29",
"@angular-devkit/core": "~8.1.2",
"@angular-devkit/schematics": "~8.1.2",
"@angular/cli": "~8.1.2",
"@angular/compiler": "~8.1.2",
"@angular/compiler-cli": "~8.1.2",
"@angular/language-service": "~8.1.2",
"@ionic/angular-toolkit": "^2.1.1",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"barcodescanner-ec": "^8.1.2",
"codelyzer": "^5.0.0",
"cordova": "^12.0.0",
"cordova-android": "^13.0.0",
"cordova-android-play-services-gradle-release": "^4.0.0",
"cordova-androidx-build": "^1.0.4",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-badge": "github:katzer/cordova-plugin-badge#8e870f7f",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-firebasex": "^16.0.0-cli",
"cordova-plugin-googlemaps": "github:mapsplugin/cordova-plugin-googlemaps#20210804",
"cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-uniquedeviceid": "^1.3.2",
"cordova-support-google-services": "^1.3.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-app-version": {},
"cordova-plugin-network-information": {},
"cordova-plugin-screen-orientation": {},
"cordova.plugins.diagnostic": {
"ANDROID_SUPPORT_VERSION": "28.+"
},
"cordova-plugin-apprate": {
"PLAY_CORE_VERSION": "1.+",
"PLAY_REVIEW_VERSION": "2.+"
},
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
"GOOGLE_API_KEY_FOR_ANDROID": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"OKHTTP_VERSION": "3.12.0",
"LOCATION_USAGE_DESCRIPTION": "Veja estabelecimentos mais próximos de você com dinheiro de volta"
},
"cordova-clipboard": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-firebasex": {
"ANDROID_FIREBASE_AUTH_VERSION": "21.2.0",
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
"FIREBASE_FCM_AUTOINIT_ENABLED": "true",
"ANDROID_ICON_ACCENT": "#FF00FFFF",
"ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "18.0.2",
"ANDROID_PLAY_SERVICES_AUTH_VERSION": "20.4.0",
"ANDROID_FIREBASE_ANALYTICS_VERSION": "21.2.0",
"ANDROID_FIREBASE_MESSAGING_VERSION": "23.1.0",
"ANDROID_FIREBASE_CONFIG_VERSION": "21.2.0",
"ANDROID_FIREBASE_PERF_VERSION": "20.3.0",
"ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "20.2.0",
"ANDROID_FIREBASE_FIRESTORE_VERSION": "24.4.1",
"ANDROID_FIREBASE_FUNCTIONS_VERSION": "20.2.1",
"ANDROID_FIREBASE_IID_VERSION": "21.1.0",
"ANDROID_FIREBASE_INSTALLATIONS_VERSION": "17.1.0",
"ANDROID_FIREBASE_CRASHLYTICS_VERSION": "18.3.2",
"ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "18.3.2",
"ANDROID_GSON_VERSION": "2.9.0",
"ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "1.4.2",
"ANDROID_GRPC_OKHTTP": "1.46.0",
"FIREBASE_ANALYTICS_WITHOUT_ADS": "false",
"GOOGLE_ANALYTICS_ADID_COLLECTION_ENABLED": "true",
"GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE": "true",
"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE": "true",
"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA": "true",
"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS": "true"
},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-uniquedeviceid": {},
"barcodescanner-ec": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-splashscreen": {},
"cordova-plugin-googlemaps": {},
"cordova-android-play-services-gradle-release": {
"PLAY_SERVICES_VERSION": "11.8.0",
"PLAY-SERVICES-ADS": "18.0.0",
"PLAY-SERVICES-ADS-IDENTIFIER": "17.0.0",
"PLAY-SERVICES-ADS-LITE": "18.0.0",
"PLAY-SERVICES-AFS-NATIVE": "17.0.0",
"PLAY-SERVICES-ANALYTICS": "17.0.0",
"PLAY-SERVICES-ANALYTICS-IMPL": "17.0.0",
"PLAY-SERVICES-APPINVITE": "18.0.0",
"PLAY-SERVICES-AUDIENCE": "17.0.0",
"PLAY-SERVICES-AUTH": "17.0.0",
"PLAY-SERVICES-AUTH-API-PHONE": "17.0.0",
"PLAY-SERVICES-AWARENESS": "17.0.0",
"PLAY-SERVICES-BASE": "17.0.0",
"PLAY-SERVICES-BASEMENT": "17.0.0",
"PLAY-SERVICES-CAST": "17.0.0",
"PLAY-SERVICES-CAST-FRAMEWORK": "17.0.0",
"PLAY-SERVICES-CLEARCUT": "17.0.0",
"PLAY-SERVICES-CRONET": "17.0.0",
"PLAY-SERVICES-DRIVE": "17.0.0",
"PLAY-SERVICES-FIDO": "18.0.0",
"PLAY-SERVICES-FITNESS": "17.0.0",
"PLAY-SERVICES-FLAGS": "17.0.0",
"PLAY-SERVICES-GAMES": "18.0.0",
"PLAY-SERVICES-GASS": "18.0.0",
"PLAY-SERVICES-GCM": "17.0.0",
"PLAY-SERVICES-IDENTITY": "17.0.0",
"PLAY-SERVICES-IID": "17.0.0",
"PLAY-SERVICES-INSTANTAPPS": "17.0.0",
"PLAY-SERVICES-LOCATION": "17.0.0",
"PLAY-SERVICES-MAPS": "17.0.0",
"PLAY-SERVICES-MEASUREMENT": "17.0.0",
"PLAY-SERVICES-MEASUREMENT-API": "17.0.0",
"PLAY-SERVICES-MEASUREMENT-IMPL": "17.0.0",
"PLAY-SERVICES-MEASUREMENT-SDK": "17.0.0",
"PLAY-SERVICES-MEASUREMENT-SDK-API": "17.0.0",
"PLAY-SERVICES-NEARBY": "17.0.0",
"PLAY-SERVICES-OSS-LICENSES": "17.0.0",
"PLAY-SERVICES-PANORAMA": "17.0.0",
"PLAY-SERVICES-PHENOTYPE": "17.0.0",
"PLAY-SERVICES-PLACES": "17.0.0",
"PLAY-SERVICES-PLACES-PLACEREPORT": "17.0.0",
"PLAY-SERVICES-PLUS": "17.0.0",
"PLAY-SERVICES-SAFETYNET": "17.0.0",
"PLAY-SERVICES-STATS": "17.0.0",
"PLAY-SERVICES-TAGMANAGER": "17.0.0",
"PLAY-SERVICES-TAGMANAGER-API": "17.0.0",
"PLAY-SERVICES-TAGMANAGER-V4-IMPL": "17.0.0",
"PLAY-SERVICES-TASKS": "17.0.0",
"PLAY-SERVICES-VISION": "18.0.0",
"PLAY-SERVICES-VISION-COMMON": "18.0.0",
"PLAY-SERVICES-VISION-IMAGE-LABEL": "18.0.0",
"PLAY-SERVICES-WALLET": "17.0.0",
"PLAY-SERVICES-WEARABLE": "17.0.0"
},
"cordova-plugin-googlemaps-beta": {}
},
"platforms": [
"browser",
"android"
]
}
}