Display application icon

This commit is contained in:
2025-12-01 08:36:29 +01:00
parent 1f22d5c41b
commit 64985bb39e
5 changed files with 53 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-favicon": "^2.0.7",
"react-json-view-lite": "^2.5.0",
"react-router": "^7.9.5"
},
@@ -3691,6 +3692,21 @@
"react": "^19.2.0"
}
},
"node_modules/react-favicon": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/react-favicon/-/react-favicon-2.0.7.tgz",
"integrity": "sha512-Vqjk8VHnOu7vl7JnP13nPJ05DyFGObF655xFkbTUIbF4vqLx1Slbc56Hrbzg1leROAKHzElm3u4KUzaXO46A6A==",
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1"
},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/react-is": {
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz",