mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
fix: fix building UI project (#2794)
* fix: fix building UI project * fix makefile * inputspec instead of config --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
"check:install": "tsc --project projects/install-wizard/tsconfig.json --noEmit --skipLibCheck",
|
||||
"check:setup": "tsc --project projects/setup-wizard/tsconfig.json --noEmit --skipLibCheck",
|
||||
"check:ui": "tsc --project projects/ui/tsconfig.json --noEmit --skipLibCheck",
|
||||
"build:deps": "rm -rf .angular/cache && (cd ../patch-db/client && npm ci && npm run build) && (cd ../sdk && make bundle)",
|
||||
"build:deps:win": "rimraf .angular/cache && (cd ../sdk && npm ci && npm run build) && (cd ../patch-db/client && npm ci && npm run build)",
|
||||
"build:deps": "rimraf .angular/cache && (cd ../sdk && make bundle) && (cd ../patch-db/client && npm ci && npm run build)",
|
||||
"build:install": "ng run install-wizard:build",
|
||||
"build:setup": "ng run setup-wizard:build",
|
||||
"build:ui": "ng run ui:build",
|
||||
@@ -44,24 +43,22 @@
|
||||
"@angular/router": "^17.3.1",
|
||||
"@angular/service-worker": "^17.3.1",
|
||||
"@materia-ui/ngx-monaco-editor": "^6.0.0",
|
||||
"@ng-web-apis/common": "^3.2.3",
|
||||
"@ng-web-apis/mutation-observer": "^3.2.3",
|
||||
"@ng-web-apis/resize-observer": "^3.2.3",
|
||||
"@noble/curves": "^1.4.0",
|
||||
"@noble/hashes": "^1.4.0",
|
||||
"@start9labs/argon2": "^0.2.2",
|
||||
"@start9labs/start-sdk": "file:../sdk/baseDist",
|
||||
"@taiga-ui/addon-charts": "4.0.0-rc.7",
|
||||
"@taiga-ui/addon-commerce": "4.0.0-rc.7",
|
||||
"@taiga-ui/addon-mobile": "4.0.0-rc.7",
|
||||
"@taiga-ui/cdk": "4.0.0-rc.7",
|
||||
"@taiga-ui/core": "4.0.0-rc.7",
|
||||
"@taiga-ui/event-plugins": "^4.0.1",
|
||||
"@taiga-ui/icons": "4.0.0-rc.7",
|
||||
"@taiga-ui/kit": "4.0.0-rc.7",
|
||||
"@taiga-ui/layout": "4.0.0-rc.7",
|
||||
"@taiga-ui/legacy": "4.0.0-rc.7",
|
||||
"@taiga-ui/styles": "4.0.0-rc.7",
|
||||
"@taiga-ui/addon-charts": "4.16.0",
|
||||
"@taiga-ui/addon-commerce": "4.16.0",
|
||||
"@taiga-ui/addon-mobile": "4.16.0",
|
||||
"@taiga-ui/cdk": "4.16.0",
|
||||
"@taiga-ui/core": "4.16.0",
|
||||
"@taiga-ui/event-plugins": "4.3.1",
|
||||
"@taiga-ui/icons": "4.16.0",
|
||||
"@taiga-ui/kit": "4.16.0",
|
||||
"@taiga-ui/layout": "4.16.0",
|
||||
"@taiga-ui/legacy": "4.16.0",
|
||||
"@taiga-ui/polymorpheus": "4.7.4",
|
||||
"@taiga-ui/styles": "4.16.0",
|
||||
"@tinkoff/ng-dompurify": "4.0.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"base64-js": "^1.5.1",
|
||||
@@ -88,7 +85,7 @@
|
||||
"rxjs": "^7.5.6",
|
||||
"swiper": "^8.2.4",
|
||||
"ts-matches": "^5.5.1",
|
||||
"tslib": "^2.6.3",
|
||||
"tslib": "^2.8.1",
|
||||
"uuid": "^8.3.2",
|
||||
"zone.js": "^0.14.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user