diff options
| author | Jacky Zhao <[email protected]> | 2020-05-10 15:48:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-10 15:48:39 -0700 |
| commit | b6ed0911033e0b707159b9e64fd7f356df217c19 (patch) | |
| tree | 9b437efad909ea324f039c555d52d150d92a4583 /frontend/package.json | |
| parent | Merge pull request #10 from jackyzha0/react (diff) | |
| parent | add password stuff + expiry stuff (diff) | |
| download | ctrl-v-b6ed0911033e0b707159b9e64fd7f356df217c19.tar.xz ctrl-v-b6ed0911033e0b707159b9e64fd7f356df217c19.zip | |
Merge pull request #11 from jackyzha0/pass_and_expiry
add password stuff + expiry stuff
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index a299964..26a63d5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,9 +6,11 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", + "d3-scale": "^3.2.1", "rc-slider": "^9.2.4", "react": "^16.13.1", "react-dom": "^16.13.1", + "react-dropdown": "^1.7.0", "react-modal": "^3.11.2", "react-scripts": "3.4.1", "styled-components": "^5.1.0" |