{
  "name": "@granity/next-pwa",
  "description": "Next.js with PWA, powered by workbox.",
  "version": "1.1.1",
  "author": "Imamuzzaki Abu Salam <imamuzzaki@gmail.com>",
  "dependencies": {
    "babel-loader": "8.3.0",
    "clean-webpack-plugin": "4.0.0",
    "globby": "11.0.4",
    "terser-webpack-plugin": "5.3.8",
    "workbox-webpack-plugin": "6.5.4",
    "workbox-window": "6.5.4"
  },
  "devDependencies": {
    "webpack": "5.82.1"
  },
  "keywords": [
    "nextjs",
    "pwa",
    "service-worker",
    "web",
    "workbox"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "next": ">=9.0.0"
  },
  "resolutions": {
    "@typescript-eslint/eslint-plugin": "5.59.5"
  }
}
