mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
merge design protal and backoffice
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user