From 410b363883cc8b441bc2a858825ade07d72a19ca Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Tue, 1 Nov 2022 10:40:36 +0700 Subject: Add progress bar and performance optimization --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index b64a34d7..da136fd0 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,10 @@ "dependencies": { "axios": "^1.1.3", "next": "13.0.0", + "next-progress": "^2.2.0", "react": "18.2.0", "react-dom": "18.2.0", + "react-lazy-load-image-component": "^1.5.5", "swiper": "^8.4.4" }, "devDependencies": { -- cgit v1.2.3