diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-17 17:07:50 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-17 17:07:50 +0700 |
| commit | f99e0aba70efad0deb907d8e27f09fc9f527c8a4 (patch) | |
| tree | f0ac96e4e736a1d385e32553f0e641ee27e11fd3 /package.json | |
| parent | 90e1edab9b6a8ccc09a49fed3addbec2cbc4e4c3 (diff) | |
Refactor
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index da31e920..e3036b5c 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,12 @@ "dependencies": { "@heroicons/react": "^2.0.13", "@hookform/resolvers": "^2.9.10", + "@tailwindcss/line-clamp": "^0.4.2", "axios": "^1.1.3", + "camelcase-object-deep": "^1.1.7", "cookies-next": "^2.1.1", "framer-motion": "^7.6.7", - "lodash": "^4.17.21", + "lodash-contrib": "^4.1200.1", "next": "13.0.0", "next-progress": "^2.2.0", "nodemailer": "^6.8.0", @@ -25,6 +27,7 @@ "react-infinite-scroll-component": "^6.1.0", "react-lazy-load": "^4.0.1", "react-lazy-load-image-component": "^1.5.5", + "react-query": "^3.39.3", "react-select": "^5.7.0", "swiper": "^8.4.4", "yup": "^0.32.11" |
