- Onboarding wizard: add Reserve Account step between Operating and Assessments, redirect to Budget Planning on completion - Dashboard: health score pending state shows clickable links to set up missing items - Projects/Vendors: rich empty-state wizard screens with real-world examples and CTAs - Investment Planning: auto-refresh AI recommendations when empty or stale (>30 days) - Hide Invoices and Payments menus (see PARKING-LOT.md for re-enablement) - Send welcome email via Resend when new members are added to a tenant - Enforce 5-member limit for Starter/Standard/Professional plans (Enterprise unlimited) - Cash flow forecast: only mark months as "Actual" when journal entries exist, fixing the issue where months without data showed as actuals - Bump version to 2026.3.19 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "hoa-ledgeriq-frontend",
|
|
"version": "2026.3.19",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext ts,tsx"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.15.3",
|
|
"@mantine/dates": "^7.15.3",
|
|
"@mantine/form": "^7.15.3",
|
|
"@mantine/hooks": "^7.15.3",
|
|
"@mantine/modals": "^7.15.3",
|
|
"@mantine/notifications": "^7.15.3",
|
|
"@simplewebauthn/browser": "^13.3.0",
|
|
"@tabler/icons-react": "^3.28.1",
|
|
"@tanstack/react-query": "^5.64.2",
|
|
"axios": "^1.7.9",
|
|
"d3-sankey": "^0.12.3",
|
|
"dayjs": "^1.11.13",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-joyride": "^2.9.3",
|
|
"react-router-dom": "^6.28.2",
|
|
"recharts": "^2.15.0",
|
|
"zustand": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3-sankey": "^0.12.4",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"postcss": "^8.4.49",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^5.4.14"
|
|
}
|
|
}
|