This commit is contained in:
Rifqy Zacky Ariadhy 2019-01-02 19:10:43 +07:00
parent 1a000700e6
commit 51c2ae2ab7
3 changed files with 19 additions and 36 deletions

39
package-lock.json generated
View File

@ -5360,6 +5360,10 @@
"resolved": "https://registry.npmjs.org/expect.js/-/expect.js-0.2.0.tgz",
"integrity": "sha1-EChTPSwcNj90pnlv9X7AUg3tK+E="
},
"exploder": {
"version": "git://github.com/cezary/exploder.git#721e1a2f777ff5dafe853981ca21b8874aae1fb0",
"from": "git://github.com/cezary/exploder.git"
},
"express": {
"version": "4.16.4",
"resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz",
@ -6009,13 +6013,11 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true,
"optional": true
"bundled": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@ -6028,18 +6030,15 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true,
"optional": true
"bundled": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
"optional": true
"bundled": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
"optional": true
"bundled": true
},
"core-util-is": {
"version": "1.0.2",
@ -6142,8 +6141,7 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true,
"optional": true
"bundled": true
},
"ini": {
"version": "1.3.5",
@ -6153,7 +6151,6 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -6166,20 +6163,17 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
"bundled": true,
"optional": true
"bundled": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@ -6196,7 +6190,6 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@ -6269,8 +6262,7 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
"optional": true
"bundled": true
},
"object-assign": {
"version": "4.1.1",
@ -6280,7 +6272,6 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@ -6386,7 +6377,6 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@ -13418,11 +13408,8 @@
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/react-gif/-/react-gif-0.1.0.tgz",
"integrity": "sha1-/A21vUnTHdRRnIVRAp+zXTtk04E=",
"dependencies": {
"exploder": {
"version": "git://github.com/cezary/exploder.git#721e1a2f777ff5dafe853981ca21b8874aae1fb0",
"from": "git://github.com/cezary/exploder.git#721e1a2f777ff5dafe853981ca21b8874aae1fb0"
}
"requires": {
"exploder": "git://github.com/cezary/exploder.git#721e1a2f777ff5dafe853981ca21b8874aae1fb0"
}
},
"react-google-charts": {

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Marketplace</title>
<meta id="viewport" name="viewport" content="width=1280">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" type="image/png" href="/assets/images/logo_ikan.png" sizes="96x96" />
<style>
body {
@ -13,21 +13,17 @@
</head>
<body>
<div id="root"><!--rootComponent--></div>
<script>window.PRODUCTION = true</script>
<script>window.PRODUCTION = false</script>
<!--<script src="https://app.sandbox.midtrans.com/snap/snap.js" data-client-key="VT-client-Rk7YnoNp0ybH5L91"></script>-->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD9URUN6ziiszOfffaY4rpP4TmVrRXP6FY&libraries=places,drawing,visualization"></script>
<script type="application/javascript" src="/dist/bundle.5fc005e04c4a4eed8ceffc38925eb717.js"></script>
<script type="application/javascript" src="/static/bundle.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="//fast.fonts.net/cssapi/487b73f1-c2d1-43db-8526-db577e4c822b.css" rel="stylesheet" type="text/css">
<!--<link rel="stylesheet" href="/dist/style.css">-->
<link rel="stylesheet" href="/static/style.css">
<style>
body {
visibility: visible;
}
i.anticon::before {
display: none !important;
}
</style>
</body>
</html>

View File

@ -1,5 +1,5 @@
import '@babel/register';
import '@babel/polyfill';
// import '@babel/register';
// import '@babel/polyfill';
import 'antd/dist/antd.min';
import 'antd/dist/antd.min.css';