mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
feat: add auth support (default and paia)
This commit is contained in:
committed by
Jovan Krunić
parent
046a95ba1d
commit
b5f239ea4e
11
package.json
11
package.json
@@ -54,6 +54,7 @@
|
||||
"@angular/router": "12.2.13",
|
||||
"@asymmetrik/ngx-leaflet": "8.1.0",
|
||||
"@asymmetrik/ngx-leaflet-markercluster": "5.0.1",
|
||||
"@capacitor-community/http": "1.4.1",
|
||||
"@capacitor/app": "1.0.6",
|
||||
"@capacitor/browser": "1.0.6",
|
||||
"@capacitor/core": "3.3.1",
|
||||
@@ -61,6 +62,7 @@
|
||||
"@capacitor/keyboard": "1.1.3",
|
||||
"@capacitor/splash-screen": "1.1.6",
|
||||
"@capacitor/status-bar": "1.0.6",
|
||||
"@capacitor/storage": "1.2.3",
|
||||
"@ionic-native/core": "5.36.0",
|
||||
"@ionic-native/diagnostic": "5.36.0",
|
||||
"@ionic-native/dialogs": "5.36.0",
|
||||
@@ -73,6 +75,7 @@
|
||||
"@openstapps/api": "0.35.0",
|
||||
"@openstapps/configuration": "0.28.1",
|
||||
"@openstapps/core": "0.53.0",
|
||||
"capacitor-secure-storage-plugin": "0.6.2",
|
||||
"cordova-plugin-device": "2.0.3",
|
||||
"cordova-plugin-dialogs": "2.0.2",
|
||||
"cordova-plugin-geolocation": "4.1.0",
|
||||
@@ -83,6 +86,8 @@
|
||||
"deepmerge": "3.3.0",
|
||||
"form-data": "2.5.0",
|
||||
"geojson": "0.5.0",
|
||||
"ionic-appauth": "0.8.5",
|
||||
"jsonpath-plus": "6.0.1",
|
||||
"leaflet": "1.7.1",
|
||||
"leaflet.markercluster": "1.5.1",
|
||||
"lodash-es": "4.17.21",
|
||||
@@ -91,7 +96,8 @@
|
||||
"ngx-markdown": "12.0.1",
|
||||
"ngx-moment": "5.0.0",
|
||||
"opening_hours": "3.7.0",
|
||||
"rxjs": "6.6.3",
|
||||
"qs": "6.10.1",
|
||||
"rxjs": "6.6.7",
|
||||
"swiper": "7.1.0",
|
||||
"tslib": "2.0.0",
|
||||
"zone.js": "0.11.4"
|
||||
@@ -110,7 +116,7 @@
|
||||
"@angular/compiler": "12.2.13",
|
||||
"@angular/compiler-cli": "12.2.13",
|
||||
"@angular/language-service": "12.2.13",
|
||||
"@capacitor/android": "3.3.2",
|
||||
"@capacitor/android": "3.4.0",
|
||||
"@capacitor/cli": "3.3.2",
|
||||
"@capacitor/ios": "3.3.2",
|
||||
"@compodoc/compodoc": "1.1.14",
|
||||
@@ -123,6 +129,7 @@
|
||||
"@types/leaflet.markercluster": "1.4.5",
|
||||
"@types/lodash-es": "4.17.4",
|
||||
"@types/node": "14.17.16",
|
||||
"@types/qs": "6.9.7",
|
||||
"@typescript-eslint/eslint-plugin": "4.32.0",
|
||||
"@typescript-eslint/parser": "4.32.0",
|
||||
"conventional-changelog-cli": "2.1.1",
|
||||
|
||||
Reference in New Issue
Block a user