aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-14 12:55:40 -0600
committerGitHub <[email protected]>2020-05-14 12:55:40 -0600
commitfcadb1bf21403f357e48542fd94c78828044e07b (patch)
tree421ab164e447c63cb163aff4f081072385d8ca4f /frontend/package.json
parentMerge pull request #20 from jackyzha0/pass-rendering (diff)
parenton new paste modal (diff)
downloadctrl-v-fcadb1bf21403f357e48542fd94c78828044e07b.tar.xz
ctrl-v-fcadb1bf21403f357e48542fd94c78828044e07b.zip
Merge pull request #22 from jackyzha0/paste-modal
on new paste modal
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 390e3f5..2fbee85 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -15,7 +15,8 @@
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
- "styled-components": "^5.1.0"
+ "styled-components": "^5.1.0",
+ "use-clipboard-copy": "^0.1.2"
},
"scripts": {
"start": "react-scripts start",