diff --git a/apps/frontend-mobile/package.json b/apps/frontend-mobile/package.json index 10102c9..d98ba41 100644 --- a/apps/frontend-mobile/package.json +++ b/apps/frontend-mobile/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "main": "expo-router/entry", "dependencies": { + "@expo/vector-icons": "^15.0.2", "@react-native-async-storage/async-storage": "2.2.0", "@tanstack/react-query": "^5.101.2", "axios": "^1.18.1", diff --git a/package-lock.json b/package-lock.json index c8e181c..2cd8071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,6 +97,7 @@ "apps/frontend-mobile": { "version": "1.0.0", "dependencies": { + "@expo/vector-icons": "^15.0.2", "@react-native-async-storage/async-storage": "2.2.0", "@tanstack/react-query": "^5.101.2", "axios": "^1.18.1", @@ -350,6 +351,16 @@ } } }, + "apps/frontend-mobile/node_modules/@expo/vector-icons": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.1.1.tgz", + "integrity": "sha512-Iu2VkcoI5vygbtYngm7jb4ifxElNVXQYdDrYkT7UCEIiKLeWnQY0wf2ZhHZ+Wro6Sc5TaumpKUOqDRpLi5rkvw==", + "peerDependencies": { + "expo-font": ">=14.0.4", + "react": "*", + "react-native": "*" + } + }, "apps/frontend-mobile/node_modules/@react-native-async-storage/async-storage": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.2.0.tgz",