user managment ui

This commit is contained in:
mengstabketemaw
2026-06-12 11:46:25 +03:00
parent e6de85e62b
commit dacf39d95c
16 changed files with 752 additions and 5 deletions

View File

@@ -3,14 +3,16 @@
"version": "0.0.1",
"private": true,
"scripts": {
"backoffice": "nx serve @ema-platform/backoffice",
"backoffice": "npm run build:user-management && nx serve @fhc-platform/backoffice",
"portal": "nx serve @ema-platform/portal",
"dev:all": "nx run-many -t serve -p @ema-platform/portal @ema-platform/backoffice --parallel=2",
"build:backoffice": "nx build @ema-platform/backoffice",
"build:portal": "nx build @ema-platform/portal",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"format": "prettier --write ."
"format": "prettier --write .",
"build:user-management": "cd user-management-config && npm run build",
"backoffice:no-build": "nx serve @fhc-platform/backoffice"
},
"dependencies": {
"@emotion/react": "^11.14.0",