diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-05-12 17:44:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-29 16:16:38 +0530 |
| commit | 55aef19e3a08b1c87aab6c9c16c20ea9da309029 (patch) | |
| tree | c6417f169726d8b96f9fa30dd982249161d7a55b /package.json | |
| parent | 8ca8f830a09d8ff08ccb654199cb33779117cc37 (diff) | |
| download | daft-launcher-55aef19e3a08b1c87aab6c9c16c20ea9da309029.tar.gz daft-launcher-55aef19e3a08b1c87aab6c9c16c20ea9da309029.zip | |
Build schtuff
Diffstat (limited to '')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 25eafd6..13ababc 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,13 @@ "test": "jest" }, "dependencies": { + "match-sorter": "^6.3.4", + "nativewind": "^2.0.11", "react": "18.2.0", - "react-native": "0.74.1" + "react-native": "0.74.1", + "react-native-launcher-kit": "^1.0.4", + "react-native-swiper": "^1.6.0", + "tailwindcss": "3.3.2" }, "devDependencies": { "@babel/core": "^7.20.0", |
