Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
➕ Add styled-components and types
Browse files Browse the repository at this point in the history
  • Loading branch information
mhstrkmp committed Nov 30, 2020
1 parent 1c4e5f6 commit 5d8f7af
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1 deletion.
79 changes: 79 additions & 0 deletions client/package-lock.json

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

6 changes: 5 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1",
"styled-components": "^5.2.1",
"typescript": "^4.1.2",
"web-vitals": "^0.2.4"
},
Expand Down Expand Up @@ -48,5 +49,8 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:3001"
"proxy": "http://localhost:3001",
"devDependencies": {
"@types/styled-components": "^5.1.4"
}
}

0 comments on commit 5d8f7af

Please sign in to comment.