webui/.gitignore 🔗
@@ -6,9 +6,6 @@
# testing
/coverage
-# production
-/build
-
# misc
.DS_Store
.env.local
Michael Muré created
webui/.gitignore | 3 ---
webui/build/asset-manifest.json | 6 ++++++
webui/build/favicon.ico | 0
webui/build/index.html | 1 +
webui/build/manifest.json | 15 +++++++++++++++
webui/build/service-worker.js | 0
webui/build/static/css/main.c17080f1.css | 2 ++
webui/build/static/css/main.c17080f1.css.map | 0
webui/build/static/js/main.547de5b3.js | 0
webui/build/static/js/main.547de5b3.js.map | 0
webui/package-lock.json | 13 +++++++++----
11 files changed, 33 insertions(+), 7 deletions(-)
@@ -6,9 +6,6 @@
# testing
/coverage
-# production
-/build
-
# misc
.DS_Store
.env.local
@@ -0,0 +1,6 @@
+{
+ "main.css": "static/css/main.c17080f1.css",
+ "main.css.map": "static/css/main.c17080f1.css.map",
+ "main.js": "static/js/main.547de5b3.js",
+ "main.js.map": "static/js/main.547de5b3.js.map"
+}
@@ -0,0 +1 @@
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><title>React App</title><link href="/static/css/main.c17080f1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.547de5b3.js"></script></body></html>
@@ -0,0 +1,15 @@
+{
+ "short_name": "React App",
+ "name": "Create React App Sample",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ }
+ ],
+ "start_url": "./index.html",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
@@ -0,0 +1 @@
@@ -0,0 +1,2 @@
+body{margin:0;padding:0;font-family:sans-serif}.App{text-align:center}.App-logo{-webkit-animation:App-logo-spin infinite 20s linear;animation:App-logo-spin infinite 20s linear;height:80px}.App-header{background-color:#222;height:150px;padding:20px;color:#fff}.App-title{font-size:1.5em}.App-intro{font-size:large}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
+/*# sourceMappingURL=main.c17080f1.css.map*/
@@ -0,0 +1 @@
@@ -0,0 +1,2 @@
@@ -0,0 +1 @@
@@ -3913,7 +3913,8 @@
},
"ansi-regex": {
"version": "2.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -4278,7 +4279,8 @@
},
"safe-buffer": {
"version": "5.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -4326,6 +4328,7 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -4364,11 +4367,13 @@
},
"wrappy": {
"version": "1.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"yallist": {
"version": "3.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
}
}
},