Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin

This commit is contained in:
Patrick Pacher 2024-03-20 10:43:29 +01:00
parent 66381baa1a
commit 4b77945517
No known key found for this signature in database
GPG key ID: E8CD2DA160925A6D
922 changed files with 84071 additions and 26 deletions

View file

@ -0,0 +1,17 @@
{
"name": "@safing/ui",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/cdk": "~12.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"exports": {
"./theming": {
"sass": "./theming.scss"
}
}
}