|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+{
|
|
|
2
|
+ "name": "hp",
|
|
|
3
|
+ "version": "0.0.1",
|
|
|
4
|
+ "author": "Ionic Framework",
|
|
|
5
|
+ "homepage": "https://ionicframework.com/",
|
|
|
6
|
+ "scripts": {
|
|
|
7
|
+ "ng": "ng",
|
|
|
8
|
+ "start": "ng serve",
|
|
|
9
|
+ "build": "ng build",
|
|
|
10
|
+ "test": "ng test",
|
|
|
11
|
+ "lint": "ng lint",
|
|
|
12
|
+ "e2e": "ng e2e"
|
|
|
13
|
+ },
|
|
|
14
|
+ "private": true,
|
|
|
15
|
+ "dependencies": {
|
|
|
16
|
+ "@angular/common": "~13.0.3",
|
|
|
17
|
+ "@angular/compiler": "~13.0.3",
|
|
|
18
|
+ "@angular/core": "~13.0.3",
|
|
|
19
|
+ "@angular/forms": "~13.0.3",
|
|
|
20
|
+ "@angular/platform-browser": "~13.0.3",
|
|
|
21
|
+ "@angular/platform-browser-dynamic": "~13.0.3",
|
|
|
22
|
+ "@angular/router": "~13.0.3",
|
|
|
23
|
+ "@awesome-cordova-plugins/barcode-scanner": "^5.37.1",
|
|
|
24
|
+ "@awesome-cordova-plugins/core": "^5.37.1",
|
|
|
25
|
+ "@awesome-cordova-plugins/file-transfer": "^5.37.1",
|
|
|
26
|
+ "@awesome-cordova-plugins/push": "^5.37.1",
|
|
|
27
|
+ "@awesome-cordova-plugins/status-bar": "^5.37.2",
|
|
|
28
|
+ "@awesome-cordova-plugins/stripe": "^5.37.1",
|
|
|
29
|
+ "@capacitor/app": "1.0.6",
|
|
|
30
|
+ "@capacitor/core": "3.3.2",
|
|
|
31
|
+ "@capacitor/haptics": "1.1.3",
|
|
|
32
|
+ "@capacitor/ios": "^3.3.2",
|
|
|
33
|
+ "@capacitor/keyboard": "1.1.3",
|
|
|
34
|
+ "@capacitor/status-bar": "1.0.6",
|
|
|
35
|
+ "@fortawesome/angular-fontawesome": "^0.10.1",
|
|
|
36
|
+ "@fortawesome/fontawesome-free": "^5.15.4",
|
|
|
37
|
+ "@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
|
38
|
+ "@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
|
39
|
+ "@fortawesome/free-regular-svg-icons": "^5.15.4",
|
|
|
40
|
+ "@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
|
41
|
+ "@ionic-native/android-permissions": "^5.30.0",
|
|
|
42
|
+ "@ionic-native/call-number": "^5.36.0",
|
|
|
43
|
+ "@ionic-native/core": "^5.36.0",
|
|
|
44
|
+ "@ionic-native/device": "^5.30.0",
|
|
|
45
|
+ "@ionic-native/email-composer": "^5.36.0",
|
|
|
46
|
+ "@ionic-native/facebook": "^5.36.0",
|
|
|
47
|
+ "@ionic-native/geolocation": "^5.36.0",
|
|
|
48
|
+ "@ionic-native/http": "^5.36.0",
|
|
|
49
|
+ "@ionic-native/in-app-browser": "^5.36.0",
|
|
|
50
|
+ "@ionic-native/native-geocoder": "^5.36.0",
|
|
|
51
|
+ "@ionic-native/paypal": "^5.30.0",
|
|
|
52
|
+ "@ionic-native/push": "^5.36.0",
|
|
|
53
|
+ "@ionic-native/sign-in-with-apple": "^5.36.0",
|
|
|
54
|
+ "@ionic-native/uid": "^5.30.0",
|
|
|
55
|
+ "@ionic/angular": "^5.9.1",
|
|
|
56
|
+ "@ionic/storage": "^3.0.6",
|
|
|
57
|
+ "@ionic/storage-angular": "^3.0.6",
|
|
|
58
|
+ "abbrev": "^1.1.1",
|
|
|
59
|
+ "cordova-plugin-device": "2.0.3",
|
|
|
60
|
+ "cordova-plugin-ionic-webview": "5.0.0",
|
|
|
61
|
+ "cordova-plugin-splashscreen": "6.0.0",
|
|
|
62
|
+ "cordova-plugin-whitelist": "1.3.5",
|
|
|
63
|
+ "ionic-img-viewer": "^2.9.0",
|
|
|
64
|
+ "lru-cache": "^6.0.0",
|
|
|
65
|
+ "mimic-fn": "^4.0.0",
|
|
|
66
|
+ "onetime": "^6.0.0",
|
|
|
67
|
+ "osenv": "^0.1.5",
|
|
|
68
|
+ "resolve-url": "^0.2.1",
|
|
|
69
|
+ "rxjs": "~7.4.0",
|
|
|
70
|
+ "sharp": "^0.29.3",
|
|
|
71
|
+ "string.prototype.codepointat": "^1.0.0",
|
|
|
72
|
+ "tslib": "^2.3.1",
|
|
|
73
|
+ "yallist": "^4.0.0",
|
|
|
74
|
+ "zone.js": "~0.11.4"
|
|
|
75
|
+ },
|
|
|
76
|
+ "devDependencies": {
|
|
|
77
|
+ "@angular-devkit/build-angular": "~13.0.4",
|
|
|
78
|
+ "@angular-eslint/builder": "~13.0.1",
|
|
|
79
|
+ "@angular-eslint/eslint-plugin": "~13.0.1",
|
|
|
80
|
+ "@angular-eslint/eslint-plugin-template": "~13.0.1",
|
|
|
81
|
+ "@angular-eslint/template-parser": "~13.0.1",
|
|
|
82
|
+ "@angular/cli": "^13.0.4",
|
|
|
83
|
+ "@angular/compiler": "~13.0.3",
|
|
|
84
|
+ "@angular/compiler-cli": "~13.0.3",
|
|
|
85
|
+ "@angular/language-service": "~13.0.3",
|
|
|
86
|
+ "@capacitor/cli": "3.3.2",
|
|
|
87
|
+ "@ionic/angular-toolkit": "^5.0.3",
|
|
|
88
|
+ "@types/jasmine": "~3.10.2",
|
|
|
89
|
+ "@types/jasminewd2": "~2.0.10",
|
|
|
90
|
+ "@types/node": "^16.11.11",
|
|
|
91
|
+ "@typescript-eslint/eslint-plugin": "4.16.1",
|
|
|
92
|
+ "@typescript-eslint/parser": "4.16.1",
|
|
|
93
|
+ "call-number": "^1.0.1",
|
|
|
94
|
+ "card.io.cordova.mobilesdk": "^2.1.0",
|
|
|
95
|
+ "com.paypal.cordova.mobilesdk": "^3.5.0",
|
|
|
96
|
+ "cordova-android": "^9.1.0",
|
|
|
97
|
+ "cordova-ios": "^6.2.0",
|
|
|
98
|
+ "cordova-plugin-add-swift-support": "^2.0.2",
|
|
|
99
|
+ "cordova-plugin-advanced-http": "^3.2.2",
|
|
|
100
|
+ "cordova-plugin-android-permissions": "^1.1.2",
|
|
|
101
|
+ "cordova-plugin-androidx": "^3.0.0",
|
|
|
102
|
+ "cordova-plugin-androidx-adapter": "^1.1.3",
|
|
|
103
|
+ "cordova-plugin-email-composer": "^0.10.0",
|
|
|
104
|
+ "cordova-plugin-facebook-connect": "^3.2.0",
|
|
|
105
|
+ "cordova-plugin-file": "^6.0.2",
|
|
|
106
|
+ "cordova-plugin-file-transfer": "^1.7.1",
|
|
|
107
|
+ "cordova-plugin-geolocation": "^4.1.0",
|
|
|
108
|
+ "cordova-plugin-googlemaps": "^2.7.1",
|
|
|
109
|
+ "cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
|
|
|
110
|
+ "cordova-plugin-inappbrowser": "^5.0.0",
|
|
|
111
|
+ "cordova-plugin-ionic-keyboard": "^2.2.0",
|
|
|
112
|
+ "cordova-plugin-nativegeocoder": "^3.4.1",
|
|
|
113
|
+ "cordova-plugin-sign-in-with-apple": "^0.1.2",
|
|
|
114
|
+ "cordova-plugin-stripe": "^1.5.3",
|
|
|
115
|
+ "cordova-plugin-uid": "^1.3.0",
|
|
|
116
|
+ "cordova-support-google-services": "^1.4.1",
|
|
|
117
|
+ "eslint": "^8.3.0",
|
|
|
118
|
+ "eslint-plugin-import": "2.25.3",
|
|
|
119
|
+ "eslint-plugin-jsdoc": "37.1.0",
|
|
|
120
|
+ "eslint-plugin-prefer-arrow": "1.2.3",
|
|
|
121
|
+ "jasmine-core": "~3.10.1",
|
|
|
122
|
+ "jasmine-spec-reporter": "~7.0.0",
|
|
|
123
|
+ "karma": "~6.3.9",
|
|
|
124
|
+ "karma-chrome-launcher": "~3.1.0",
|
|
|
125
|
+ "karma-coverage": "~2.1.0",
|
|
|
126
|
+ "karma-coverage-istanbul-reporter": "~3.0.3",
|
|
|
127
|
+ "karma-jasmine": "~4.0.1",
|
|
|
128
|
+ "karma-jasmine-html-reporter": "^1.7.0",
|
|
|
129
|
+ "mx.ferreyra.callnumber": "0.0.2",
|
|
|
130
|
+ "phonegap-plugin-multidex": "^1.0.0",
|
|
|
131
|
+ "phonegap-plugin-push": "^2.3.0",
|
|
|
132
|
+ "protractor": "~7.0.0",
|
|
|
133
|
+ "ts-node": "~10.4.0",
|
|
|
134
|
+ "typescript": "~4.2.4"
|
|
|
135
|
+ },
|
|
|
136
|
+ "description": "An Ionic project",
|
|
|
137
|
+ "cordova": {
|
|
|
138
|
+ "plugins": {
|
|
|
139
|
+ "cordova-plugin-ionic-keyboard": {},
|
|
|
140
|
+ "cordova-plugin-geolocation": {},
|
|
|
141
|
+ "cordova-plugin-nativegeocoder": {
|
|
|
142
|
+ "LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
|
|
|
143
|
+ },
|
|
|
144
|
+ "mx.ferreyra.callnumber": {},
|
|
|
145
|
+ "cordova-plugin-email-composer": {},
|
|
|
146
|
+ "call-number": {},
|
|
|
147
|
+ "cordova-plugin-inappbrowser": {},
|
|
|
148
|
+ "cordova-plugin-sign-in-with-apple": {},
|
|
|
149
|
+ "cordova-plugin-androidx": {},
|
|
|
150
|
+ "cordova-plugin-androidx-adapter": {},
|
|
|
151
|
+ "phonegap-plugin-push": {},
|
|
|
152
|
+ "cordova-plugin-file-transfer": {},
|
|
|
153
|
+ "cordova-plugin-stripe": {},
|
|
|
154
|
+ "com.paypal.cordova.mobilesdk": {},
|
|
|
155
|
+ "cordova-plugin-whitelist": {},
|
|
|
156
|
+ "cordova-plugin-device": {},
|
|
|
157
|
+ "cordova-plugin-splashscreen": {},
|
|
|
158
|
+ "cordova-plugin-ionic-webview": {},
|
|
|
159
|
+ "cordova-plugin-facebook-connect": {
|
|
|
160
|
+ "APP_ID": "4746807965342529",
|
|
|
161
|
+ "APP_NAME": "FarmSter",
|
|
|
162
|
+ "FACEBOOK_URL_SCHEME_SUFFIX": " ",
|
|
|
163
|
+ "OTHER_APP_SCHEMES": " ",
|
|
|
164
|
+ "FACEBOOK_AUTO_LOG_APP_EVENTS": "true",
|
|
|
165
|
+ "FACEBOOK_HYBRID_APP_EVENTS": "false",
|
|
|
166
|
+ "FACEBOOK_ADVERTISER_ID_COLLECTION": "true",
|
|
|
167
|
+ "FACEBOOK_ANDROID_SDK_VERSION": "11.3.0",
|
|
|
168
|
+ "FACEBOOK_IOS_SDK_VERSION": "11.1.0",
|
|
|
169
|
+ "FACEBOOK_BROWSER_SDK_VERSION": "v11.0"
|
|
|
170
|
+ },
|
|
|
171
|
+ "cordova-plugin-statusbar": {},
|
|
|
172
|
+ "cordova-plugin-android-permissions": {},
|
|
|
173
|
+ "cordova-plugin-dreamover-uid": {}
|
|
|
174
|
+ },
|
|
|
175
|
+ "platforms": [
|
|
|
176
|
+ "ios",
|
|
|
177
|
+ "android"
|
|
|
178
|
+ ]
|
|
|
179
|
+ }
|
|
|
180
|
+}
|