source: frontend/node_modules/workbox-webpack-plugin/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "workbox-webpack-plugin",
3 "version": "6.6.0",
4 "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
5 "keywords": [
6 "workbox",
7 "workboxjs",
8 "webpack",
9 "service worker",
10 "caching",
11 "fetch requests",
12 "offline",
13 "file manifest"
14 ],
15 "workbox": {
16 "packageType": "node_ts"
17 },
18 "main": "build/index.js",
19 "types": "build/index.d.ts",
20 "engines": {
21 "node": ">=10.0.0"
22 },
23 "dependencies": {
24 "fast-json-stable-stringify": "^2.1.0",
25 "pretty-bytes": "^5.4.1",
26 "upath": "^1.2.0",
27 "webpack-sources": "^1.4.3",
28 "workbox-build": "6.6.0"
29 },
30 "peerDependencies": {
31 "webpack": "^4.4.0 || ^5.9.0"
32 },
33 "devDependencies": {
34 "@types/node": "^18.15.11",
35 "@types/webpack": "^5.28.1"
36 },
37 "author": "Google's Web DevRel Team",
38 "license": "MIT",
39 "repository": "googlechrome/workbox",
40 "bugs": "https://github.com/GoogleChrome/workbox/issues",
41 "homepage": "https://github.com/GoogleChrome/workbox",
42 "gitHead": "252644491d9bb5a67518935ede6df530107c9475"
43}
Note: See TracBrowser for help on using the repository browser.