diff options
| author | jackyzha0 <[email protected]> | 2020-05-10 11:48:31 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-10 11:48:31 -0700 |
| commit | 7a3ca8a956468db1e3a66b4f0ec3beb8ad0b81f3 (patch) | |
| tree | bab2b3aaa18a53aca30e805e1f9e91435a181d3c /frontend/package.json | |
| parent | input length check and component splitting (diff) | |
| download | ctrl-v-7a3ca8a956468db1e3a66b4f0ec3beb8ad0b81f3.tar.xz ctrl-v-7a3ca8a956468db1e3a66b4f0ec3beb8ad0b81f3.zip | |
add focus opacity change, password input
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 6cb6a53..a299964 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,8 +6,10 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", + "rc-slider": "^9.2.4", "react": "^16.13.1", "react-dom": "^16.13.1", + "react-modal": "^3.11.2", "react-scripts": "3.4.1", "styled-components": "^5.1.0" }, |