feat: email client prototype

This commit is contained in:
2024-06-26 20:40:00 +02:00
committed by Rainer Killinger
parent 8b581ef9ca
commit 5b7272c31e
44 changed files with 2597 additions and 196 deletions

View File

@@ -90,6 +90,7 @@
"@openstapps/core": "workspace:*",
"@transistorsoft/capacitor-background-fetch": "5.2.0",
"@types/dom-view-transitions": "1.0.4",
"asn1js": "3.0.5",
"capacitor-secure-storage-plugin": "0.9.0",
"cordova-plugin-calendar": "5.1.6",
"date-fns": "3.6.0",
@@ -98,6 +99,8 @@
"geojson": "0.5.0",
"ionic-appauth": "0.9.0",
"jsonpath-plus": "10.0.6",
"libbase64": "1.3.0",
"libqp": "2.1.0",
"maplibre-gl": "4.0.2",
"material-symbols": "0.17.1",
"moment": "2.30.1",
@@ -106,11 +109,14 @@
"ngx-markdown": "17.1.1",
"ngx-moment": "6.0.2",
"opening_hours": "3.8.0",
"pkijs": "3.1.0",
"pmtiles": "3.0.3",
"postal-mime": "2.2.5",
"rxjs": "7.8.1",
"semver": "7.6.0",
"swiper": "8.4.5",
"tslib": "2.6.2",
"zod": "3.23.8",
"zone.js": "0.14.4"
},
"devDependencies": {
@@ -139,9 +145,11 @@
"@ionic/cli": "7.2.0",
"@openstapps/prettier-config": "workspace:*",
"@openstapps/tsconfig": "workspace:*",
"@types/dompurify": "3.0.5",
"@types/fontkit": "2.0.7",
"@types/geojson": "1.0.6",
"@types/glob": "8.1.0",
"@types/imapflow": "1.0.18",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/jsonpath": "0.2.0",
@@ -154,6 +162,7 @@
"@typescript-eslint/parser": "7.2.0",
"cordova-res": "0.15.4",
"cypress": "13.7.0",
"dompurify": "3.1.6",
"eslint": "8.57.0",
"eslint-plugin-jsdoc": "48.2.1",
"eslint-plugin-prettier": "5.1.3",