Files
brazil-swift-ops/apps/web/package.json
defiQUG dec59ccb49 Implement critical Week 1 tasks
-  Dashboard page: Full implementation with statistics, charts, recent activity, compliance status
-  Toast integration: ToastProvider and useToast hook integrated throughout app
-  Navigation icons: Added react-icons with icons for all menu items
-  Active state styling: Navigation highlights current page
-  User menu: Added user menu component with dropdown in header
-  Error handling: Replaced console.error with toast notifications
-  Success feedback: Added success toasts for all user actions

All critical Week 1 tasks completed!
2026-01-23 18:16:55 -08:00

37 lines
1014 B
JSON

{
"name": "@brazil-swift-ops/web",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@brazil-swift-ops/audit": "workspace:*",
"@brazil-swift-ops/iso20022": "workspace:*",
"@brazil-swift-ops/risk-models": "workspace:*",
"@brazil-swift-ops/rules-engine": "workspace:*",
"@brazil-swift-ops/treasury": "workspace:*",
"@brazil-swift-ops/types": "workspace:*",
"@brazil-swift-ops/utils": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.20.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}