mirror of
https://github.com/safing/portmaster
synced 2026-04-30 04:20:40 +00:00
Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin
This commit is contained in:
parent
66381baa1a
commit
4b77945517
922 changed files with 84071 additions and 26 deletions
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue