up builds for bluprint

This commit is contained in:
Tykayn 2025-10-08 16:07:36 +02:00 committed by tykayn
parent 13cd2001b6
commit 963adaa8c8
14 changed files with 609 additions and 475 deletions

View file

@ -6,8 +6,6 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"link-sae-lib": "bash ./scripts/link-sae-lib.sh",
"postinstall": "npm run link-sae-lib",
"test": "ng test"
},
"prettier": {
@ -30,20 +28,23 @@
"@angular/router": "^20.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
"zone.js": "~0.15.0",
"sae-lib": "file:../my-workspace/dist/sae-lib"
},
"devDependencies": {
"@angular/build": "^20.1.1",
"@angular/cli": "^20.1.1",
"@angular/compiler-cli": "^20.1.0",
"@types/jasmine": "~5.1.0",
"sae-lib": "file:../my-workspace/projects/sae-lib",
"bulma": "^1.0.4",
"jasmine-core": "~5.8.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"remixicon": "^4.6.0",
"shepherd.js": "^14.5.1",
"typescript": "~5.8.2"
}
}