Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin
This commit is contained in:
17
desktop/angular/projects/safing/ui/package.json
Normal file
17
desktop/angular/projects/safing/ui/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user