-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.080a3715.chunk.css", | ||
"main.js": "/static/js/main.8e7ecf68.chunk.js", | ||
"main.js.map": "/static/js/main.8e7ecf68.chunk.js.map", | ||
"runtime-main.js": "/static/js/runtime-main.4cce29b9.js", | ||
"runtime-main.js.map": "/static/js/runtime-main.4cce29b9.js.map", | ||
"static/css/2.1f9835b2.chunk.css": "/static/css/2.1f9835b2.chunk.css", | ||
"static/js/2.32f35ae0.chunk.js": "/static/js/2.32f35ae0.chunk.js", | ||
"static/js/2.32f35ae0.chunk.js.map": "/static/js/2.32f35ae0.chunk.js.map", | ||
"index.html": "/index.html", | ||
"precache-manifest.e095a89f56bddb7ceaa30f11e67f78db.js": "/precache-manifest.e095a89f56bddb7ceaa30f11e67f78db.js", | ||
"service-worker.js": "/service-worker.js", | ||
"static/css/2.1f9835b2.chunk.css.map": "/static/css/2.1f9835b2.chunk.css.map", | ||
"static/css/main.080a3715.chunk.css.map": "/static/css/main.080a3715.chunk.css.map", | ||
"static/js/2.32f35ae0.chunk.js.LICENSE.txt": "/static/js/2.32f35ae0.chunk.js.LICENSE.txt", | ||
"static/media/logo.svg": "/static/media/logo.5d5d9eef.svg" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.4cce29b9.js", | ||
"static/css/2.1f9835b2.chunk.css", | ||
"static/js/2.32f35ae0.chunk.js", | ||
"static/css/main.080a3715.chunk.css", | ||
"static/js/main.8e7ecf68.chunk.js" | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.googleapis.com/css?family=Oswald|Roboto&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Rubik:wght@900&display=swap" rel="stylesheet"><link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.7/css/all.css"><title>E-commerce practice site</title><link href="/static/css/2.1f9835b2.chunk.css" rel="stylesheet"><link href="/static/css/main.080a3715.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,c=r[0],f=r[1],i=r[2],p=0,s=[];p<c.length;p++)l=c[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(a&&a(r);s.length;)s.shift()();return u.push.apply(u,i||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,c=1;c<t.length;c++){var f=t[c];0!==o[f]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var c=this.webpackJsonpecommerce=this.webpackJsonpecommerce||[],f=c.push.bind(c);c.push=r,c=c.slice();for(var i=0;i<c.length;i++)r(c[i]);var a=f;t()}([])</script><script src="/static/js/2.32f35ae0.chunk.js"></script><script src="/static/js/main.8e7ecf68.chunk.js"></script></body></html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"short_name": "React App", | ||
"name": "Create React App Sample", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
}, | ||
{ | ||
"src": "logo192.png", | ||
"type": "image/png", | ||
"sizes": "192x192" | ||
}, | ||
{ | ||
"src": "logo512.png", | ||
"type": "image/png", | ||
"sizes": "512x512" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
self.__precacheManifest = (self.__precacheManifest || []).concat([ | ||
{ | ||
"revision": "4e35ed26b25e8ab0811fdf89e00d4e3a", | ||
"url": "/index.html" | ||
}, | ||
{ | ||
"revision": "88d92148cc5488d5fa3d", | ||
"url": "/static/css/2.1f9835b2.chunk.css" | ||
}, | ||
{ | ||
"revision": "060cce7b1ca72d0f912b", | ||
"url": "/static/css/main.080a3715.chunk.css" | ||
}, | ||
{ | ||
"revision": "88d92148cc5488d5fa3d", | ||
"url": "/static/js/2.32f35ae0.chunk.js" | ||
}, | ||
{ | ||
"revision": "f231859d6585c4cd5f80c344783ed269", | ||
"url": "/static/js/2.32f35ae0.chunk.js.LICENSE.txt" | ||
}, | ||
{ | ||
"revision": "060cce7b1ca72d0f912b", | ||
"url": "/static/js/main.8e7ecf68.chunk.js" | ||
}, | ||
{ | ||
"revision": "fb3117157f9734dc5602", | ||
"url": "/static/js/runtime-main.4cce29b9.js" | ||
}, | ||
{ | ||
"revision": "5d5d9eefa31e5e13a6610d9fa7a283bb", | ||
"url": "/static/media/logo.5d5d9eef.svg" | ||
} | ||
]); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * | ||
Disallow: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/** | ||
* Welcome to your Workbox-powered service worker! | ||
* | ||
* You'll need to register this file in your web app and you should | ||
* disable HTTP caching for this file too. | ||
* See https://goo.gl/nhQhGp | ||
* | ||
* The rest of the code is auto-generated. Please don't update this file | ||
* directly; instead, make changes to your Workbox build configuration | ||
* and re-run your build process. | ||
* See https://goo.gl/2aRDsh | ||
*/ | ||
|
||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); | ||
|
||
importScripts( | ||
"/precache-manifest.e095a89f56bddb7ceaa30f11e67f78db.js" | ||
); | ||
|
||
self.addEventListener('message', (event) => { | ||
if (event.data && event.data.type === 'SKIP_WAITING') { | ||
self.skipWaiting(); | ||
} | ||
}); | ||
|
||
workbox.core.clientsClaim(); | ||
|
||
/** | ||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to | ||
* requests for URLs in the manifest. | ||
* See https://goo.gl/S9QRab | ||
*/ | ||
self.__precacheManifest = [].concat(self.__precacheManifest || []); | ||
workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); | ||
|
||
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), { | ||
|
||
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/], | ||
}); |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* | ||
object-assign | ||
(c) Sindre Sorhus | ||
@license MIT | ||
*/ | ||
|
||
/** @license React v0.19.0 | ||
* scheduler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.0 | ||
* react-dom.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.0 | ||
* react-is.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.0 | ||
* react.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.