diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2ef34eb..088d3b3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,6 +14,7 @@ "axios": "^1.6.8", "expo": "~50.0.17", "expo-constants": "~15.4.6", + "expo-linear-gradient": "^13.0.2", "expo-linking": "~6.2.2", "expo-router": "~3.4.10", "expo-secure-store": "^12.8.1", @@ -8747,6 +8748,14 @@ "expo": "*" } }, + "node_modules/expo-linear-gradient": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/expo-linear-gradient/-/expo-linear-gradient-13.0.2.tgz", + "integrity": "sha512-EDcILUjRKu4P1rtWcwciN6CSyGtH7Bq4ll3oTRV7h3h8oSzSilH1g6z7kTAMlacPBKvMnkkWOGzW6KtgMKEiTg==", + "peerDependencies": { + "expo": "*" + } + }, "node_modules/expo-linking": { "version": "6.2.2", "resolved": "https://registry.npmjs.org/expo-linking/-/expo-linking-6.2.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index 3298556..9cc35cd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,6 +15,7 @@ "axios": "^1.6.8", "expo": "~50.0.17", "expo-constants": "~15.4.6", + "expo-linear-gradient": "^13.0.2", "expo-linking": "~6.2.2", "expo-router": "~3.4.10", "expo-secure-store": "^12.8.1",