finished weather app

This commit is contained in:
Digi
2025-03-30 10:24:28 +02:00
parent 94cf2e3924
commit 45525c08d6
4 changed files with 296 additions and 36 deletions

View File

@@ -24,6 +24,7 @@
"expo-system-ui": "~4.0.8",
"expo-web-browser": "~14.0.2",
"firebase": "^11.5.0",
"lucide-react": "^0.485.0",
"next": "^15.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
@@ -10288,6 +10289,14 @@
"yallist": "^3.0.2"
}
},
"node_modules/lucide-react": {
"version": "0.485.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.485.0.tgz",
"integrity": "sha512-NvyQJ0LKyyCxL23nPKESlr/jmz8r7fJO1bkuptSNYSy0s8VVj4ojhX0YAgmE1e0ewfxUZjIlZpvH+otfTnla8Q==",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/make-dir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",