source: frontend/node_modules/workbox-build/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[9af201e]1{
2 "name": "workbox-build",
3 "version": "6.6.0",
4 "description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
5 "keywords": [
6 "workbox",
7 "workboxjs",
8 "service worker",
9 "caching",
10 "fetch requests",
11 "offline",
12 "file manifest"
13 ],
14 "engines": {
15 "node": ">=10.0.0"
16 },
17 "author": "Google's Web DevRel Team",
18 "license": "MIT",
19 "repository": "googlechrome/workbox",
20 "bugs": "https://github.com/GoogleChrome/workbox/issues",
21 "homepage": "https://github.com/GoogleChrome/workbox",
22 "dependencies": {
23 "@apideck/better-ajv-errors": "^0.3.1",
24 "@babel/core": "^7.11.1",
25 "@babel/preset-env": "^7.11.0",
26 "@babel/runtime": "^7.11.2",
27 "@rollup/plugin-babel": "^5.2.0",
28 "@rollup/plugin-node-resolve": "^11.2.1",
29 "@rollup/plugin-replace": "^2.4.1",
30 "@surma/rollup-plugin-off-main-thread": "^2.2.3",
31 "ajv": "^8.6.0",
32 "common-tags": "^1.8.0",
33 "fast-json-stable-stringify": "^2.1.0",
34 "fs-extra": "^9.0.1",
35 "glob": "^7.1.6",
36 "lodash": "^4.17.20",
37 "pretty-bytes": "^5.3.0",
38 "rollup": "^2.43.1",
39 "rollup-plugin-terser": "^7.0.0",
40 "source-map": "^0.8.0-beta.0",
41 "stringify-object": "^3.3.0",
42 "strip-comments": "^2.0.1",
43 "tempy": "^0.6.0",
44 "upath": "^1.2.0",
45 "workbox-background-sync": "6.6.0",
46 "workbox-broadcast-update": "6.6.0",
47 "workbox-cacheable-response": "6.6.0",
48 "workbox-core": "6.6.0",
49 "workbox-expiration": "6.6.0",
50 "workbox-google-analytics": "6.6.0",
51 "workbox-navigation-preload": "6.6.0",
52 "workbox-precaching": "6.6.0",
53 "workbox-range-requests": "6.6.0",
54 "workbox-recipes": "6.6.0",
55 "workbox-routing": "6.6.0",
56 "workbox-strategies": "6.6.0",
57 "workbox-streams": "6.6.0",
58 "workbox-sw": "6.6.0",
59 "workbox-window": "6.6.0"
60 },
61 "main": "build/index.js",
62 "workbox": {
63 "packageType": "node_ts"
64 },
65 "types": "build/index.d.ts",
66 "devDependencies": {
67 "@types/node": "^18.15.11"
68 },
69 "gitHead": "252644491d9bb5a67518935ede6df530107c9475"
70}
Note: See TracBrowser for help on using the repository browser.