use material ui
This commit is contained in:
parent
b3dee4b78d
commit
59d7e17763
|
@ -1,10 +1,10 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Status Network - Test Demo</title>
|
<title>Status Network - Test Demo</title>
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||||
</head>
|
</head>
|
||||||
<body class="container">
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
</div>
|
</div>
|
||||||
<script src="js/dapp.js"></script>
|
<script src="js/dapp.js"></script>
|
||||||
|
|
14
package.json
14
package.json
|
@ -22,14 +22,20 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/status-im/topic-democracy#readme",
|
"homepage": "https://github.com/status-im/topic-democracy#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"embark": "^4.0.0",
|
"embark": "^4.0.2",
|
||||||
"embark-reset": "^4.0.0",
|
"embark-reset": "^4.0.0",
|
||||||
"embarkjs-connector-web3": "^4.0.0",
|
"embarkjs-connector-web3": "^4.0.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"react": "16.7.0",
|
"react": "^16.7.0",
|
||||||
"react-bootstrap": "0.32.4",
|
"react-dom": "^16.7.0",
|
||||||
"react-dom": "16.7.0",
|
"react-blockies": "^1.4.1",
|
||||||
|
"react-router-dom": "^5.0.0",
|
||||||
|
"prop-types": "^15.6.2",
|
||||||
"rimraf": "2.6.3",
|
"rimraf": "2.6.3",
|
||||||
"ethereumjs-util": "^6.1.0"
|
"ethereumjs-util": "^6.1.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@material-ui/core": "^3.9.3",
|
||||||
|
"@material-ui/icons": "^3.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue