fix(build): secure local fonts and spreadsheet export

This commit is contained in:
wchino
2026-07-21 23:41:18 +08:00
parent 33d887d252
commit 98a3d0b68e
4 changed files with 718 additions and 388 deletions

View File

@@ -10,27 +10,27 @@
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"axios": "^1.16.0",
"axios": "^1.18.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"geist": "^1.7.2",
"i18next": "^26.2.0",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"next": "16.2.10",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-day-picker": "^10.0.0",
"react-dom": "19.2.4",
"react-i18next": "^17.0.8",
"recharts": "^3.8.0",
"shadcn": "^4.7.0",
"shiki": "^4.2.0",
"sonner": "^2.0.7",
"swr": "^2.4.1",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"xlsx": "^0.18.5",
"write-excel-file": "^4.1.1",
"zustand": "^5.0.13"
},
"devDependencies": {
@@ -40,8 +40,18 @@
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"eslint-config-next": "16.2.10",
"shadcn": "^4.7.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"@babel/core": "^7.29.1",
"body-parser": "^2.3.0",
"form-data": "^4.0.6",
"hono": "^4.12.25",
"js-yaml": "^4.3.0",
"postcss": "^8.5.10",
"qs": "^6.15.2"
}
}