Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00
|
|
|
{
|
|
|
|
|
"name": "@brazil-swift-ops/web",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2026-01-23 14:56:17 -08:00
|
|
|
"build": "vite build",
|
Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
|
"clean": "rm -rf dist"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-23 18:16:55 -08:00
|
|
|
"@brazil-swift-ops/audit": "workspace:*",
|
Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00
|
|
|
"@brazil-swift-ops/iso20022": "workspace:*",
|
|
|
|
|
"@brazil-swift-ops/risk-models": "workspace:*",
|
2026-01-23 18:16:55 -08:00
|
|
|
"@brazil-swift-ops/rules-engine": "workspace:*",
|
|
|
|
|
"@brazil-swift-ops/treasury": "workspace:*",
|
|
|
|
|
"@brazil-swift-ops/types": "workspace:*",
|
|
|
|
|
"@brazil-swift-ops/utils": "workspace:*",
|
Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2026-01-23 18:16:55 -08:00
|
|
|
"react-icons": "^5.5.0",
|
Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|