35 lines
765 B
JSON
35 lines
765 B
JSON
{
|
|
"name": "next-pwa",
|
|
"version": "5.6.0",
|
|
"description": "Next.js with PWA, powered by workbox.",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/shadowwalker/next-pwa",
|
|
"author": "ShadowWalker <w@weiw.io>",
|
|
"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"
|
|
}
|
|
}
|