diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-13 15:33:56 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-13 15:33:56 +0700 |
| commit | a461c99e22ce5d43f5bcddffe1578649e2559df0 (patch) | |
| tree | ade51071dceb3980d68d02bc0b75e1e182e84f91 | |
| parent | 9aeb019257787b355f7b51f401d7f417899252f5 (diff) | |
Install lodash lib
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9500f2a4..52f6f161 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "axios": "^1.1.3", "cookies-next": "^2.1.1", "framer-motion": "^7.6.7", + "lodash": "^4.17.21", "next": "13.0.0", "next-progress": "^2.2.0", "nodemailer": "^6.8.0", |
