feat: add country flags to dashboard

This commit is contained in:
Usman Baig
2026-01-16 19:10:50 +01:00
parent 0fb982a4d9
commit 732d11b355
3 changed files with 21 additions and 2 deletions

8
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"@ciphera-net/ui": "^0.0.6",
"@radix-ui/react-icons": "^1.3.2",
"axios": "^1.13.2",
"country-flag-icons": "^1.6.4",
"framer-motion": "^12.23.26",
"next": "^16.1.1",
"next-themes": "^0.4.6",
@@ -2644,6 +2645,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/country-flag-icons": {
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.6.4.tgz",
"integrity": "sha512-Z3Zi419FI889tlElMsVhCIS5eRkiLDWixr576J5DPiTe5RGxpbRi+enMpHdYVp5iK5WFjr8P/RgyIFAGhFsiFg==",
"license": "MIT"
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -3399,6 +3406,7 @@
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"@rtsao/scc": "^1.1.0",
"array-includes": "^3.1.9",