forked from graphefruit/Beanconqueror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
255 lines (255 loc) · 9.34 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
244
245
246
247
248
249
250
251
252
253
254
255
{
"name": "beanconqueror",
"version": "2.0.0",
"author": "Lars Saalbach",
"homepage": "https://github.com/graphefruit/beanconqueror",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"prepare": "husky install",
"generate_proto": "protoc --plugin=node_modules/ts-proto/protoc-gen-ts_proto --ts_proto_opt=snakeToCamel=false --ts_proto_out ./src/generated ./src/classes/bean/bean.proto"
},
"private": true,
"dependencies": {
"@angular/common": "^15.2.3",
"@angular/core": "^15.2.3",
"@angular/forms": "^15.2.3",
"@angular/platform-browser": "^15.2.3",
"@angular/platform-browser-dynamic": "^15.2.3",
"@angular/router": "^15.2.3",
"@ionic-native/android-permissions": "^5.33.1",
"@ionic-native/app-minimize": "^5.33.1",
"@ionic-native/app-version": "^5.33.1",
"@ionic-native/camera": "^5.33.1",
"@ionic-native/core": "^5.33.1",
"@ionic-native/deeplinks": "^5.33.1",
"@ionic-native/device": "^5.33.1",
"@ionic-native/file": "^5.33.1",
"@ionic-native/file-chooser": "^5.33.1",
"@ionic-native/file-path": "^5.33.1",
"@ionic-native/file-picker": "^5.33.1",
"@ionic-native/file-transfer": "^5.34.0",
"@ionic-native/geolocation": "^5.33.1",
"@ionic-native/globalization": "^5.33.1",
"@ionic-native/image-picker": "^5.33.1",
"@ionic-native/in-app-browser": "^5.33.1",
"@ionic-native/insomnia": "^5.33.1",
"@ionic-native/keyboard": "^5.33.1",
"@ionic-native/screen-orientation": "^5.36.0",
"@ionic-native/social-sharing": "^5.33.1",
"@ionic-native/splash-screen": "^5.33.1",
"@ionic-native/status-bar": "^5.33.1",
"@ionic-native/three-dee-touch": "^5.33.1",
"@ionic/angular": "^6.6.2",
"@ionic/cli": "^6.20.9",
"@ionic/cordova-builders": "^8.0.0",
"@ionic/storage": "^2.3.1",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"ag-virtual-scroll": "^1.6.0",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.1.0",
"chartjs-plugin-annotation": "^1.3.0",
"chartjs-plugin-streaming": "^2.0.0",
"chartjs-plugin-zoom": "^1.2.0",
"cordova-android-support-gradle-release": "^3.0.1",
"cordova-plugin-3dtouch": "^1.3.8",
"cordova-plugin-android-permissions": "1.1.2",
"cordova-plugin-appminimize": "^1.0.1",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-enable-multidex": "^0.2.0",
"cordova-plugin-filechooser": "^1.2.0",
"cordova-plugin-filepicker": "^1.1.6",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-statusbar": "^2.4.3",
"core-js": "^3.29.1",
"currency-symbol-map": "^5.0.1",
"html-to-image": "^1.10.8",
"javascript-color-gradient": "^1.3.2",
"jsurl": "^0.1.5",
"lodash": "^4.17.21",
"long": "^5.2.0",
"luxon": "^2.3.0",
"lz-string": "^1.4.4",
"moment": "^2.29.1",
"ngx-gauge": "^7.0.0",
"ngx-stars": "^1.6.4",
"postcss": "^8.3.5",
"rxjs": "^6.6.6",
"tslib": "^2.0.0",
"xlsx": "^0.17.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1502.4",
"@angular-devkit/core": "^15.2.4",
"@angular-devkit/schematics": "^15.2.4",
"@angular/cli": "^15.2.4",
"@angular/compiler": "^15.2.3",
"@angular/compiler-cli": "^15.2.3",
"@angular/language-service": "^15.2.3",
"@ionic/angular-toolkit": "^8.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/lodash": "^4.14.178",
"@types/node": "^12.20.5",
"@wisdomgarden/cordova-plugin-filepath": "git+https://github.com/wisdom-garden/cordova-plugin-filepath.git",
"cordova-android": "^10.1.2",
"cordova-ios": "^6.3.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-advanced-http": "^3.3.1",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-app-version": "^0.1.12",
"cordova-plugin-apprate": "^1.7.2",
"cordova-plugin-ble-central": "^1.7.0",
"cordova-plugin-camera": "^6.0.0",
"cordova-plugin-customurlscheme-ng": "^10.0.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-file-transfer": "github:dpa99c/cordova-plugin-file-transfer",
"cordova-plugin-filepath": "^1.6.0",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-health": "^2.0.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-simple-file-chooser": "^2.2.1",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-telerik-imagepicker": "^2.3.3",
"cordova-plugin-x-socialsharing": "^6.0.3",
"cordova-sqlite-storage": "^5.1.0",
"elliptic": ">=6.5.4",
"es6-promise-plugin": "^4.2.2",
"fttx-phonegap-plugin-barcodescanner": "github:fttx/phonegap-plugin-barcodescanner",
"husky": "^8.0.1",
"ionic-plugin-deeplinks": "^1.0.22",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"protractor": "^7.0.0",
"skwas-cordova-plugin-datetimepicker": "^2.1.2",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^20.0.0",
"ts-node": "~8.3.0",
"ts-proto": "^1.122.0",
"tslint": "~6.1.0",
"typescript": "^4.9.4",
"webpack-subresource-integrity": "^1.5.2"
},
"description": "Beanconqueror",
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-filechooser": {},
"cordova-plugin-filepicker": {},
"cordova-plugin-telerik-imagepicker": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "The app needs photo library access, so that you can choose from already taken pictures from coffee beans, coffee bags, your own coffee brews etc. This pictures are stored inside the app."
},
"cordova-plugin-appminimize": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-3dtouch": {},
"cordova-plugin-globalization": {},
"cordova-plugin-enable-multidex": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-app-version": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-splashscreen": {},
"cordova-sqlite-storage": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"skwas-cordova-plugin-datetimepicker": {},
"cordova-plugin-health": {
"HEALTH_READ_PERMISSION": "App needs read access to see the caffeinate amount which was tracked with this coffee app",
"HEALTH_WRITE_PERMISSION": "App needs write access to add the drunken caffeinate amount with the tracked brews",
"FIT_API_VERSION": "19.0.0",
"PLAY_AUTH_VERSION": "18.1.0"
},
"cordova-plugin-insomnia": {},
"cordova-plugin-apprate": {
"PLAY_CORE_VERSION": "1.+"
},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-androidx": {},
"fttx-phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "beanconqueror",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "beanconqueror.com",
"ANDROID_PATH_PREFIX": "/app/roaster/bean",
"ANDROID_2_PATH_PREFIX": "/",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_2_SCHEME": " ",
"DEEPLINK_2_HOST": " ",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
},
"cordova-plugin-file-transfer": {},
"cordova-plugin-simple-file-chooser": {},
"cordova-plugin-x-socialsharing": {
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-filepath": {},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-advanced-http": {
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
},
"cordova-plugin-ble-central": {
"BLUETOOTH_USAGE_DESCRIPTION": "Bluetooth access needed to connect smartscales",
"IOS_INIT_ON_LOAD": "false",
"ACCESS_BACKGROUND_LOCATION": "false",
"BLUETOOTH_RESTORE_STATE": "false"
}
},
"platforms": [
"ios",
"android"
]
},
"platforms": [
"android",
"ios"
],
"prettier": {
"singleQuote": true,
"semi": true
},
"lint-staged": {
"*.css": "stylelint --fix",
"*.{ts,js,css,md}": "prettier --write"
}
}