Upgrade front-end dependencies + add Hack font

This commit is contained in:
Ni Rui
2022-09-24 10:27:19 +08:00
parent f44a71c9b5
commit 3d5d14137a
2 changed files with 124 additions and 36 deletions

View File

@@ -25,7 +25,8 @@
"eslint-webpack-plugin": "^3.2.0",
"favicons": "^7.0.0",
"fontfaceobserver": "^2.3.0",
"html-loader": "^4.1.0",
"hack-font": "^3.3.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"iconv-lite": "^0.6.3",
"image-minimizer-webpack-plugin": "^3.6.1",
@@ -48,9 +49,9 @@
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-favicons": "^1.3.8",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.6.0"
"xterm": "^5.0.0",
"xterm-addon-fit": "^0.6.0",
"xterm-addon-web-links": "^0.7.0"
},
"scripts": {
"dev": "NODE_ENV=development webpack --mode=development --config=webpack.config.js --watch",