mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* new flow and endpoints * functional * prod build errors addressed * little more cleanup * transfer progress fixed * tor address fix * remove eslint cause sucks * fix skeleton text color and wording Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 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",
|
|
"@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"
|
|
}
|
|
}
|