aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-06 22:05:34 +0300
committereug-vs <eug-vs@keemail.me>2020-06-06 22:08:38 +0300
commitcb4c78bd4ea3c79c5cacbfd474ecddcf8db658ef (patch)
tree2f85150877c10cbcee64f9cea6ff2bd0ce9ba072 /package.json
parenta783dc0d87967b8b5f46e04fed4e7b1f4247b7ec (diff)
downloadwhich-ui-cb4c78bd4ea3c79c5cacbfd474ecddcf8db658ef.tar.gz
feat: implement basic header
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9c772eb..8233eb7 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
+ "@material-ui/core": "^4.10.1",
"@types/node": "^12.12.44",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
@@ -10,6 +11,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
+ "typeface-roboto": "0.0.75",
"typescript": "^3.7.5"
},
"scripts": {