feat(frontend): add flag-icons dependency

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 15:52:37 +02:00
co-authored by Claude Sonnet 5
parent d0ff81344f
commit 3cff496a85
5 changed files with 17 additions and 0 deletions
+7
View File
@@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"flag-icons": "^7.5.0",
"i18next": "^26.3.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
@@ -845,6 +846,12 @@
}
}
},
"node_modules/flag-icons": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/flag-icons/-/flag-icons-7.5.0.tgz",
"integrity": "sha512-kd+MNXviFIg5hijH766tt+3x76ele1AXlo4zDdCxIvqWZhKt4T83bOtxUOOMlTx/EcFdUMH5yvQgYlFh1EqqFg==",
"license": "MIT"
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+1
View File
@@ -11,6 +11,7 @@
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"flag-icons": "^7.5.0",
"i18next": "^26.3.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
+1
View File
@@ -1,6 +1,7 @@
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import { BrowserRouter } from 'react-router-dom';
import 'flag-icons/css/flag-icons.min.css';
import './i18n.js';
import './index.css';
import App from './App.jsx';