aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-10 12:52:43 -0600
committerGitHub <[email protected]>2020-05-10 12:52:43 -0600
commit22a2e8b5d9ae005527bd23e8d6e31a765c690e80 (patch)
treef05d45608790aa29942caab5d30e39c2171d498d /frontend/package.json
parentMerge pull request #9 from jackyzha0/backend (diff)
parentadd focus opacity change, password input (diff)
downloadctrl-v-22a2e8b5d9ae005527bd23e8d6e31a765c690e80.tar.xz
ctrl-v-22a2e8b5d9ae005527bd23e8d6e31a765c690e80.zip
Merge pull request #10 from jackyzha0/react
add focus opacity change, password input
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
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"
},