UNPKG

@murkrage/next-pwa

Version:

Next.js with PWA, powered by workbox. – Next 13 App directory support

35 lines (34 loc) 885 B
{ "name": "@murkrage/next-pwa", "version": "5.7.1", "description": "Next.js with PWA, powered by workbox. – Next 13 App directory support", "main": "index.js", "repository": "https://github.com/shadowwalker/next-pwa", "author": "Murkrage", "license": "MIT", "private": false, "keywords": [ "nextjs", "pwa", "workbox", "web", "service-worker" ], "dependencies": { "babel-loader": "^8.2.5", "clean-webpack-plugin": "^4.0.0", "globby": "^11.0.4", "terser-webpack-plugin": "^5.3.3", "workbox-webpack-plugin": "^6.5.4", "workbox-window": "^6.5.4" }, "devDependencies": { "webpack": "^5.74.0" }, "peerDependencies": { "next": ">=9.0.0" }, "resolutions": { "@typescript-eslint/eslint-plugin": "5.18.0" } }