aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEugene <eug-vs@keemail.me>2019-12-31 19:32:33 +0000
committerGitHub <noreply@github.com>2019-12-31 19:32:33 +0000
commit800992d6322897acb5829ee40728bc5adee455e5 (patch)
tree3d0b2c624310b4233ff7b5891102d403af236bf4 /package.json
parent03066fdce955010ddb2b95fe319a862ed2c047ea (diff)
parent11f4a2cff3068cdb27bf5da0054d8204a3ee5070 (diff)
downloadchrono-cube-ui-800992d6322897acb5829ee40728bc5adee455e5.tar.gz
Merge pull request #8 from Eug-VS/markup
Markup initial homepage
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index aa0109f..d816b05 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,14 @@
"version": "0.1.0",
"private": true,
"dependencies": {
+ "@material-ui/core": "^4.8.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
- "react-scripts": "3.3.0"
+ "react-scripts": "3.3.0",
+ "styled-components": "^4.4.1"
},
"scripts": {
"start": "react-scripts start",