add redux in csc

This commit is contained in:
Tykayn 2025-08-08 11:31:27 +02:00 committed by tykayn
parent a89007a81b
commit 3534919502
14 changed files with 277 additions and 12 deletions

View file

@ -28,6 +28,7 @@
"@angular/forms": "^20.1.0",
"@angular/platform-browser": "^20.1.0",
"@angular/router": "^20.1.0",
"@ngrx/store": "^20.0.0",
"remixicon": "^4.6.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@ -42,6 +43,7 @@
"@storybook/addon-docs": "^9.1.1",
"@storybook/angular": "^9.1.1",
"@types/jasmine": "~5.1.0",
"bulma": "^1.0.4 ",
"jasmine-core": "~5.8.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
@ -49,7 +51,6 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"storybook": "^9.1.1",
"bulma": "^1.0.4 ",
"typescript": "~5.8.2"
}
}