diff --git a/build/asset-manifest.json b/build/asset-manifest.json new file mode 100644 index 0000000..f9ee70f --- /dev/null +++ b/build/asset-manifest.json @@ -0,0 +1,23 @@ +{ + "files": { + "main.css": "/static/css/main.5f361e03.chunk.css", + "main.js": "/static/js/main.9c54a2c4.chunk.js", + "main.js.map": "/static/js/main.9c54a2c4.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.d43e8b39.js", + "runtime-main.js.map": "/static/js/runtime-main.d43e8b39.js.map", + "static/js/2.09de4f42.chunk.js": "/static/js/2.09de4f42.chunk.js", + "static/js/2.09de4f42.chunk.js.map": "/static/js/2.09de4f42.chunk.js.map", + "index.html": "/index.html", + "precache-manifest.46c4234a4ce1741c8c5419f88a0488a2.js": "/precache-manifest.46c4234a4ce1741c8c5419f88a0488a2.js", + "service-worker.js": "/service-worker.js", + "static/css/main.5f361e03.chunk.css.map": "/static/css/main.5f361e03.chunk.css.map", + "static/js/2.09de4f42.chunk.js.LICENSE.txt": "/static/js/2.09de4f42.chunk.js.LICENSE.txt", + "static/media/logo.svg": "/static/media/logo.5d5d9eef.svg" + }, + "entrypoints": [ + "static/js/runtime-main.d43e8b39.js", + "static/js/2.09de4f42.chunk.js", + "static/css/main.5f361e03.chunk.css", + "static/js/main.9c54a2c4.chunk.js" + ] +} \ No newline at end of file diff --git a/build/favicon.ico b/build/favicon.ico new file mode 100644 index 0000000..bcd5dfd Binary files /dev/null and b/build/favicon.ico differ diff --git a/build/index.html b/build/index.html new file mode 100644 index 0000000..9572b7b --- /dev/null +++ b/build/index.html @@ -0,0 +1 @@ +React App
\ No newline at end of file diff --git a/build/logo192.png b/build/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/build/logo192.png differ diff --git a/build/logo512.png b/build/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/build/logo512.png differ diff --git a/build/manifest.json b/build/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/build/manifest.json @@ -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" +} diff --git a/build/precache-manifest.46c4234a4ce1741c8c5419f88a0488a2.js b/build/precache-manifest.46c4234a4ce1741c8c5419f88a0488a2.js new file mode 100644 index 0000000..758ae16 --- /dev/null +++ b/build/precache-manifest.46c4234a4ce1741c8c5419f88a0488a2.js @@ -0,0 +1,30 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "54ed38c3a05b7de86b240ca2e7302d4b", + "url": "/index.html" + }, + { + "revision": "523712a40bddd2346aa2", + "url": "/static/css/main.5f361e03.chunk.css" + }, + { + "revision": "c53e76bd3597afcea6bd", + "url": "/static/js/2.09de4f42.chunk.js" + }, + { + "revision": "e88a3e95b5364d46e95b35ae8c0dc27d", + "url": "/static/js/2.09de4f42.chunk.js.LICENSE.txt" + }, + { + "revision": "523712a40bddd2346aa2", + "url": "/static/js/main.9c54a2c4.chunk.js" + }, + { + "revision": "072fa0f922bc3d3bd303", + "url": "/static/js/runtime-main.d43e8b39.js" + }, + { + "revision": "5d5d9eefa31e5e13a6610d9fa7a283bb", + "url": "/static/media/logo.5d5d9eef.svg" + } +]); \ No newline at end of file diff --git a/build/robots.txt b/build/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/build/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/build/service-worker.js b/build/service-worker.js new file mode 100644 index 0000000..8a607f6 --- /dev/null +++ b/build/service-worker.js @@ -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.46c4234a4ce1741c8c5419f88a0488a2.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: [/^\/_/,/\/[^/?]+\.[^/]+$/], +}); diff --git a/build/static/css/main.5f361e03.chunk.css b/build/static/css/main.5f361e03.chunk.css new file mode 100644 index 0000000..f84f64b --- /dev/null +++ b/build/static/css/main.5f361e03.chunk.css @@ -0,0 +1,2 @@ +body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}} +/*# sourceMappingURL=main.5f361e03.chunk.css.map */ \ No newline at end of file diff --git a/build/static/css/main.5f361e03.chunk.css.map b/build/static/css/main.5f361e03.chunk.css.map new file mode 100644 index 0000000..3cad439 --- /dev/null +++ b/build/static/css/main.5f361e03.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["index.css","App.css"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,mJAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,yEAEF,CCZA,KACE,iBACF,CAEA,UACE,aAAc,CACd,mBACF,CAEA,8CACE,UACE,mDAA4C,CAA5C,2CACF,CACF,CAEA,YACE,wBAAyB,CACzB,gBAAiB,CACjB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBAAuB,CACvB,4BAA6B,CAC7B,UACF,CAEA,UACE,aACF,CAEA,iCACE,GACE,sBACF,CACA,GACE,uBACF,CACF,CAPA,yBACE,GACE,sBACF,CACA,GACE,uBACF,CACF","file":"main.5f361e03.chunk.css","sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n",".App {\n text-align: center;\n}\n\n.App-logo {\n height: 40vmin;\n pointer-events: none;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n .App-logo {\n animation: App-logo-spin infinite 20s linear;\n }\n}\n\n.App-header {\n background-color: #282c34;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n font-size: calc(10px + 2vmin);\n color: white;\n}\n\n.App-link {\n color: #61dafb;\n}\n\n@keyframes App-logo-spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n"]} \ No newline at end of file diff --git a/build/static/js/2.09de4f42.chunk.js b/build/static/js/2.09de4f42.chunk.js new file mode 100644 index 0000000..4386e18 --- /dev/null +++ b/build/static/js/2.09de4f42.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.09de4f42.chunk.js.LICENSE.txt */ +(this.webpackJsonpadobeassignment=this.webpackJsonpadobeassignment||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(5)},function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(l){return!1}}()?Object.assign:function(e,t){for(var n,o,u=a(e),c=1;cz.length&&z.push(e)}function R(e,t,n){return null==e?0:function e(t,n,r,l){var o=typeof t;"undefined"!==o&&"boolean"!==o||(t=null);var u=!1;if(null===t)u=!0;else switch(o){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case i:case a:u=!0}}if(u)return r(l,t,""===n?"."+I(t,0):n),1;if(u=0,n=""===n?".":n+":",Array.isArray(t))for(var c=0;c