diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-02 09:01:22 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-02 09:01:22 +0700 |
| commit | 074edfe4e51efd3b4a44dc7fe6e1284c9c560501 (patch) | |
| tree | 56205b8e24c786dc4da5468e8f6547b3c942c2eb | |
| parent | b7979c2c0c5443b4f7e1d970ab0422c19f49d4ad (diff) | |
Add library is-mobile
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 20398943..ce52e2e0 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "camelcase-object-deep": "^1.1.7", "cookies-next": "^2.1.1", "framer-motion": "^7.6.7", + "is-mobile": "^3.1.1", "lodash-contrib": "^4.1200.1", "next": "13.0.0", "next-progress": "^2.2.0", |
