diff --git a/build/asset-manifest.json b/build/asset-manifest.json new file mode 100644 index 0000000..9021c4e --- /dev/null +++ b/build/asset-manifest.json @@ -0,0 +1,13 @@ +{ + "files": { + "main.css": "/static/css/main.c2d3e6c0.css", + "main.js": "/static/js/main.6e0bc257.js", + "index.html": "/index.html", + "main.c2d3e6c0.css.map": "/static/css/main.c2d3e6c0.css.map", + "main.6e0bc257.js.map": "/static/js/main.6e0bc257.js.map" + }, + "entrypoints": [ + "static/css/main.c2d3e6c0.css", + "static/js/main.6e0bc257.js" + ] +} \ No newline at end of file diff --git a/build/favicon.ico b/build/favicon.ico new file mode 100644 index 0000000..a11777c 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..cae7a41 --- /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/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/static/css/main.c2d3e6c0.css b/build/static/css/main.c2d3e6c0.css new file mode 100644 index 0000000..7879c62 --- /dev/null +++ b/build/static/css/main.c2d3e6c0.css @@ -0,0 +1,2 @@ +@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);*{box-sizing:border-box}html{font-family:Noto Sans JP,sans-serif}body{background-color:#3f3f3f;margin:0}button{background-color:#800040;border:1px solid #800040;border-radius:8px;color:#fff;cursor:pointer;font:inherit;padding:.75rem 2rem}button:active,button:hover{background-color:#630032;border-color:#630032}.User_user__DY253{font-weight:700;margin:1rem 0}.Users_users__aMXMY{background-color:#fff;border-radius:12px;margin:2rem auto;max-width:40rem;padding:1rem;text-align:center}.Users_users__aMXMY ul{list-style:none;margin:0;padding:0}.UserFinder_finder__c0d9K{background-color:#fff;border-radius:12px;margin:2rem auto;max-width:40rem;padding:1rem;text-align:center} +/*# sourceMappingURL=main.c2d3e6c0.css.map*/ \ No newline at end of file diff --git a/build/static/css/main.c2d3e6c0.css.map b/build/static/css/main.c2d3e6c0.css.map new file mode 100644 index 0000000..d5ebc28 --- /dev/null +++ b/build/static/css/main.c2d3e6c0.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.c2d3e6c0.css","mappings":"6FAEA,EACE,qBACF,CAEA,KACE,mCACF,CAEA,KAEE,wBAAyB,CADzB,QAEF,CAEA,OAGE,wBAAyB,CAEzB,wBAAyB,CACzB,iBAAkB,CAFlB,UAAY,CAFZ,cAAe,CADf,YAAa,CAMb,mBACF,CAEA,2BAEE,wBAAyB,CACzB,oBACF,CC7BA,kBAEE,eAAiB,CADjB,aAEF,CCHA,oBAEE,qBAAuB,CAEvB,kBAAmB,CAHnB,gBAAiB,CAIjB,eAAgB,CAFhB,YAAa,CAGb,iBACF,CAEA,uBACE,eAAgB,CAChB,QAAS,CACT,SACF,CCbA,0BAEE,qBAAuB,CAEvB,kBAAmB,CAHnB,gBAAiB,CAIjB,eAAgB,CAFhB,YAAa,CAGb,iBACF","sources":["index.css","components/User.module.css","components/Users.module.css","components/UserFinder.module.css"],"sourcesContent":["@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');\n\n* {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: 'Noto Sans JP', sans-serif;\n}\n\nbody {\n margin: 0;\n background-color: #3f3f3f;\n}\n\nbutton {\n font: inherit;\n cursor: pointer;\n background-color: #800040;\n color: white;\n border: 1px solid #800040;\n border-radius: 8px;\n padding: 0.75rem 2rem;\n}\n\nbutton:hover,\nbutton:active {\n background-color: #630032;\n border-color: #630032;\n}",".user {\n margin: 1rem 0;\n font-weight: bold;\n}",".users {\n margin: 2rem auto;\n background-color: white;\n padding: 1rem;\n border-radius: 12px;\n max-width: 40rem;\n text-align: center;\n}\n\n.users ul {\n list-style: none;\n margin: 0;\n padding: 0;\n}",".finder {\r\n margin: 2rem auto;\r\n background-color: white;\r\n padding: 1rem;\r\n border-radius: 12px;\r\n max-width: 40rem;\r\n text-align: center;\r\n}\r\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/build/static/js/main.6e0bc257.js b/build/static/js/main.6e0bc257.js new file mode 100644 index 0000000..56bce63 --- /dev/null +++ b/build/static/js/main.6e0bc257.js @@ -0,0 +1,3 @@ +/*! For license information please see main.6e0bc257.js.LICENSE.txt */ +(()=>{"use strict";var e={730:(e,n,t)=>{var r=t(43),l=t(853);function a(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t