aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-09 23:07:01 -0600
committerGitHub <[email protected]>2020-05-09 23:07:01 -0600
commit716e0b2633f14e13930c688f49859018dd01c592 (patch)
treed00576287ced311b9eec10dd4bb5a516fbd91124 /frontend/package.json
parentMerge pull request #6 from jackyzha0/backend (diff)
parentchange from npm to yarn (diff)
downloadctrl-v-716e0b2633f14e13930c688f49859018dd01c592.tar.xz
ctrl-v-716e0b2633f14e13930c688f49859018dd01c592.zip
Merge pull request #7 from jackyzha0/react
add basic root page
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 4ff295a..6cb6a53 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -8,7 +8,8 @@
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
- "react-scripts": "3.4.1"
+ "react-scripts": "3.4.1",
+ "styled-components": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",