Remove vite-plugin-font from dependencies

Deleted the vite-plugin-font package from both the root and frontend package.json files as it is no longer required.
This commit is contained in:
手瓜一十雪 2025-12-24 18:29:17 +08:00
parent cb8e10cc7e
commit b034940dfd
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@
"dependencies": {
"express": "^5.0.0",
"silk-wasm": "^3.6.1",
"vite-plugin-font": "^5.1.2",
"ws": "^8.18.3"
}
}

View File

@ -117,7 +117,6 @@
"typescript": "^5.7.3",
"vite": "^6.0.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-font": "^5.1.2",
"vite-plugin-image-optimizer": "^2.0.3",
"vite-plugin-static-copy": "^2.2.0",
"vite-tsconfig-paths": "^5.1.4"