forked from shadowwalker/next-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 692 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "next-pwa",
"version": "5.4.6",
"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.3",
"clean-webpack-plugin": "^4.0.0",
"globby": "^11.0.4",
"terser-webpack-plugin": "^5.3.1",
"workbox-webpack-plugin": "^6.5.1",
"workbox-window": "^6.5.1"
},
"devDependencies": {
"webpack": "^5.70.0"
},
"peerDependencies": {
"next": ">=9.0.0"
}
}