diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 21:57:48 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 21:57:48 -0700 |
| commit | 47ff9a9cab7884024cf6595472a9fa0f04f30229 (patch) | |
| tree | 472d138fde620e3b522ffccfd8b93f9f06d94ee4 /frontend/package.json | |
| parent | add react setup (diff) | |
| download | ctrl-v-47ff9a9cab7884024cf6595472a9fa0f04f30229.tar.xz ctrl-v-47ff9a9cab7884024cf6595472a9fa0f04f30229.zip | |
add basic root page
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 3 |
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", |