- make each month a card-sized accordion (single-open, first month expanded by default) instead of a sticky header over flat rows - turn the floating pill into a month-year selector: opens a menu of all months and expands + scrolls to the chosen month - remove tags from expense rows again until a placement is settled - remove unused @mui/x-data-grid@7, which pulled @mui/system@7 over material's v5 and caused the createTheme runtime crash
39 lines
976 B
JSON
39 lines
976 B
JSON
{
|
|
"name": "aetoskia-khata-app",
|
|
"version": "0.3.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@apidevtools/swagger-parser": "^12.1.0",
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^5.16.7",
|
|
"@mui/material": "^5.16.7",
|
|
"@tanstack/react-query": "^5.96.1",
|
|
"axios": "^1.7.7",
|
|
"buffer": "^6.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"markdown-to-jsx": "latest",
|
|
"marked": "latest",
|
|
"process": "^0.11.10",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "latest",
|
|
"react-router-dom": "^6.28.0",
|
|
"remark-gfm": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^25.9.3",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|