merge design protal and backoffice

This commit is contained in:
mengstabketemaw
2026-06-17 13:50:20 +03:00
parent 36234a2948
commit 85e070db33
25 changed files with 2618 additions and 847 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"backoffice": "npm run build:user-management && nx serve @ema-platform/backoffice",
"portal": "nx serve @ema-platform/portal",
"dev:all": "nx run-many -t serve -p @ema-platform/portal @ema-platform/backoffice --parallel=2",
"dev:all": "npm run build:user-management && 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",
@@ -15,6 +15,8 @@
"backoffice:no-build": "nx serve @fhc-platform/backoffice"
},
"dependencies": {
"@daypicker/ethiopic": "^10.0.1",
"@daypicker/react": "^10.0.1",
"@emotion/react": "^11.14.0",
"@hookform/resolvers": "^5.2.2",
"@mantine/core": "^8.3.17",