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
14
desktop/angular/projects/safing/portmaster-api/package.json
Normal file
14
desktop/angular/projects/safing/portmaster-api/package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "@safing/portmaster-api",
|
||||
"version": "0.0.1",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^14.0.0",
|
||||
"@angular/core": "^14.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "^4.0.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue