mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* wip: Backup al * wip: Backup * backup code complete * wip * wip * update types * wip * fix errors * Backups wizard (#699) * backup adjustments * fix endpoint arg * Update prod-key-modal.page.ts Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> * build errs addressed * working * update backup command input, nix, and apk add * add ecryptfs-utils * fix build * wip * fixes for macos * more mac magic * fix typo * working * fixes after rebase * chore: remove unused imports Co-authored-by: Justin Miller <dragondef@gmail.com> Co-authored-by: Drew Ansbacher <drew.ansbacher@gmail.com> Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com> Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "setup-wizard",
|
|
"version": "0.0.1",
|
|
"author": "Start9 Labs, inc",
|
|
"homepage": "https://start9.com/",
|
|
"description": "Setup wizard for EmbassyOS",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"lint": "ng lint",
|
|
"build-prod": "ng build --configuration production"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "^12.2.1",
|
|
"@angular/core": "^12.2.1",
|
|
"@angular/forms": "^12.2.1",
|
|
"@angular/platform-browser": "^12.2.1",
|
|
"@angular/platform-browser-dynamic": "^12.2.1",
|
|
"@angular/router": "^12.2.1",
|
|
"@ionic/angular": "^5.7.0",
|
|
"@start9labs/argon2": "^0.1.0",
|
|
"@types/aes-js": "^3.1.1",
|
|
"@types/pbkdf2": "^3.1.0",
|
|
"aes-js": "^3.1.2",
|
|
"pbkdf2": "^3.1.2",
|
|
"rxjs": "^6.6.7",
|
|
"tslib": "^2.3.1",
|
|
"zone.js": "^0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^12.2.1",
|
|
"@angular/cli": "^12.2.1",
|
|
"@angular/compiler": "^12.2.1",
|
|
"@angular/compiler-cli": "^12.2.1",
|
|
"@angular/language-service": "^12.2.1",
|
|
"@ionic/angular-toolkit": "^4.0.0",
|
|
"@types/node": "^16.9.1",
|
|
"ts-node": "^10.2.0",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "4.3.5"
|
|
}
|
|
}
|