package.json 765 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "next-pwa",
  3. "version": "5.6.0",
  4. "description": "Next.js with PWA, powered by workbox.",
  5. "main": "index.js",
  6. "repository": "https://github.com/shadowwalker/next-pwa",
  7. "author": "ShadowWalker <w@weiw.io>",
  8. "license": "MIT",
  9. "private": false,
  10. "keywords": [
  11. "nextjs",
  12. "pwa",
  13. "workbox",
  14. "web",
  15. "service-worker"
  16. ],
  17. "dependencies": {
  18. "babel-loader": "^8.2.5",
  19. "clean-webpack-plugin": "^4.0.0",
  20. "globby": "^11.0.4",
  21. "terser-webpack-plugin": "^5.3.3",
  22. "workbox-webpack-plugin": "^6.5.4",
  23. "workbox-window": "^6.5.4"
  24. },
  25. "devDependencies": {
  26. "webpack": "^5.74.0"
  27. },
  28. "peerDependencies": {
  29. "next": ">=9.0.0"
  30. },
  31. "resolutions": {
  32. "@typescript-eslint/eslint-plugin": "5.18.0"
  33. }
  34. }