fix: xlsx static import + type cast for TS build

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-01 23:16:38 +03:00
parent 1ec3664886
commit 1da3373f29
3 changed files with 116 additions and 14 deletions

View File

@@ -10,13 +10,14 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.446.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.446.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.2"
"tailwind-merge": "^2.5.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.3.5",