diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-01 10:40:36 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-01 10:40:36 +0700 |
| commit | 410b363883cc8b441bc2a858825ade07d72a19ca (patch) | |
| tree | c39d9fbc13381e5ac5b67f37b5d8aa6a194c745c /package.json | |
| parent | 83354e3e9af77447a399b1f47fa22c7fccbbbe72 (diff) | |
Add progress bar and performance optimization
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
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": { |
