Skip to content

Commit

Permalink
Merge pull request #6 from blainegarrett/6-material-ui
Browse files Browse the repository at this point in the history
Part 6: Material-UI setup
  • Loading branch information
blainegarrett authored Jul 20, 2020
2 parents 0e967d3 + f893d11 commit 3f33666
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 19 deletions.
238 changes: 232 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-next-material-typescript-template",
"version": "0.0.5",
"version": "0.0.6",
"description": "A simple opinionated template project for spinning up React demos using Next.js, Material-UI, etc.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,9 @@
},
"homepage": "https://github.com/blainegarrett/react-next-material-typescript-template#readme",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"next": "^9.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down
Loading

0 comments on commit 3f33666

Please sign in to comment.