diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-22 15:28:17 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-22 15:28:17 +0700 |
| commit | dfe8b63a901350aee7d9024524bc50529159b8b9 (patch) | |
| tree | a41a9d28f71238bc79d18fe7b38d8af8fea67366 | |
| parent | 1e89e64ec0bccbe89b9cede0b2054547d40589fa (diff) | |
update package.json
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index cf46db5f..f74b5a69 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "@tailwindcss/line-clamp": "^0.4.2", "axios": "^1.1.3", "camelcase-object-deep": "^1.1.7", + "classnames": "^2.3.2", "cookies-next": "^2.1.1", "flowbite": "^1.6.4", "flowbite-react": "^0.4.2", @@ -29,7 +30,6 @@ "next-seo": "^5.15.0", "nodemailer": "^6.8.0", "react": "18.2.0", - "react-device-detect": "^2.2.3", "react-dom": "18.2.0", "react-google-recaptcha": "^2.1.0", "react-hook-form": "^7.42.1", @@ -37,6 +37,7 @@ "react-infinite-scroll-component": "^6.1.0", "react-lazy-load": "^4.0.1", "react-lazy-load-image-component": "^1.5.5", + "react-loading-skeleton": "^3.3.1", "react-query": "^3.39.3", "react-select": "^5.7.0", "swiper": "^8.4.4", |
