diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index 13ababc..35f548c 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,17 @@ "test": "jest" }, "dependencies": { + "@react-native-async-storage/async-storage": "^1.23.1", "match-sorter": "^6.3.4", "nativewind": "^2.0.11", "react": "18.2.0", "react-native": "0.74.1", + "react-native-draggable-flatlist": "^4.0.1", + "react-native-gesture-handler": "^2.16.2", "react-native-launcher-kit": "^1.0.4", + "react-native-reanimated": "^3.11.0", "react-native-swiper": "^1.6.0", + "react-native-vector-icons": "^10.1.0", "tailwindcss": "3.3.2" }, "devDependencies": { |
