up build conf csc

This commit is contained in:
Tykayn 2025-10-08 16:08:04 +02:00 committed by tykayn
parent 4994c9b12a
commit eaa0752845
19 changed files with 5150 additions and 13670 deletions

View file

@ -1,16 +1,14 @@
{
"name": "implem",
"name": "sae-csc",
"version": "0.0.0",
"scripts": {
"link-sae-lib": "bash ./scripts/link-sae-lib.sh",
"postinstall": "npm run link-sae-lib",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"storybook": "ng run implem:storybook",
"build-storybook": "ng run implem:build-storybook"
"storybook": "ng run sae-csc:storybook",
"build-storybook": "ng run sae-csc:build-storybook"
},
"prettier": {
"overrides": [
@ -25,7 +23,6 @@
"private": true,
"dependencies": {
"@angular/common": "^20.1.0",
"sae-lib": "file:../my-workspace/projects/sae-lib",
"@angular/compiler": "^20.1.0",
"@angular/core": "^20.1.0",
"@angular/forms": "^20.1.0",
@ -35,6 +32,8 @@
"remixicon": "^4.6.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"shepherd.js": "^14.5.1",
"sae-lib": "file:../my-workspace/dist/sae-lib",
"zone.js": "~0.15.0"
},
"devDependencies": {
@ -46,7 +45,7 @@
"@storybook/addon-docs": "^9.1.1",
"@storybook/angular": "^9.1.1",
"@types/jasmine": "~5.1.0",
"bulma": "^1.0.4 ",
"bulma": "^1.0.4",
"jasmine-core": "~5.8.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
@ -54,6 +53,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"storybook": "^9.1.1",
"typescript": "~5.8.2"
"typescript": "~5.8.2",
"remixicon": "^4.6.0"
}
}