Files
emaui/package.json
mengstabketemaw dacf39d95c user managment ui
2026-06-12 11:46:25 +03:00

67 lines
2.1 KiB
JSON

{
"name": "@ema-platform/root",
"version": "0.0.1",
"private": true,
"scripts": {
"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 .",
"build:user-management": "cd user-management-config && npm run build",
"backoffice:no-build": "nx serve @fhc-platform/backoffice"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@hookform/resolvers": "^5.2.2",
"@mantine/core": "^8.3.17",
"@mantine/dates": "^8.3.17",
"@mantine/form": "^8.3.16",
"@mantine/hooks": "^8.3.17",
"@mantine/notifications": "^8.3.16",
"@reduxjs/toolkit": "^2.11.2",
"@tabler/icons-react": "^3.40.0",
"@tanstack/react-query": "^5.99.0",
"@tria-plc/iamui-common": "1.1.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.20",
"i18next": "^25.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.71.2",
"react-i18next": "^15.7.4",
"react-redux": "^9.2.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.13.1",
"recharts": "^3.8.0",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@nx/eslint": "^22.5.4",
"@nx/eslint-plugin": "^22.5.4",
"@nx/react": "^22.5.4",
"@nx/vite": "^22.5.4",
"@nx/vitest": "^22.5.4",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"nx": "^22.5.4",
"postcss": "^8.5.1",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.3",
"typescript": "~5.9.2",
"vite": "^7.0.0",
"vitest": "^4.0.0"
}
}