Skip to content

Commit e7fc63e

Browse files
committed
feat: Implement PWA offline support with service worker caching an (#385)
1 parent 0e52164 commit e7fc63e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"dependencies": {
1515
"@hookform/resolvers": "^5.7.1",
1616
"@react-pdf/renderer": "^3.4.4",
17+
"@ducanh2912/next-pwa": "^10.2.0",
1718
"@sentry/nextjs": "^10.62.0",
1819
"@stellar-split/sdk": "^0.1.0",
1920
"@stellar/freighter-api": "^3.0.0",
@@ -63,8 +64,8 @@
6364
"@types/react": "^18.3.0",
6465
"@types/react-dom": "^18.3.0",
6566
"@types/web-push": "^3.6.4",
66-
"@typescript-eslint/eslint-plugin": "^6.21.0",
67-
"@vitejs/plugin-react": "^6.0.3",
67+
"@typescript-eslint/plugin": "^6.21.0",
68+
"@vite/plugin-react": "^6.0.3",
6869
"autoprefixer": "^10.4.0",
6970
"axe-core": "^4.12.1",
7071
"eslint": "^8.57.0",
@@ -76,4 +77,4 @@
7677
"typescript": "^5.4.0",
7778
"vitest": "^4.1.9"
7879
}
79-
}
80+
}

0 commit comments

Comments
 (0)