diff options
author | Emiliano Ciavatta | 2020-09-16 19:20:07 +0000 |
---|---|---|
committer | GitHub | 2020-09-16 19:20:07 +0000 |
commit | 98355cdf838d8c18e9a28176ae7a847770545395 (patch) | |
tree | 9ee4dc746bceace621b75451efc205dc67d54076 /frontend/package.json | |
parent | 7907dd6fa6702f79d1be9ef8e483fa5533869eb7 (diff) | |
parent | 81e22267dfddca85e9e515ce7683efa9c8541ac8 (diff) |
Merge pull request #16 from therealbobo/pcap-upload
Pcap upload
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 661c2c4..bf995c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ "@testing-library/user-event": "^7.1.2", "axios": "^0.19.2", "bootstrap": "^4.4.1", + "bs-custom-file-input": "^1.3.4", "classnames": "^2.2.6", "eslint-config-react-app": "^5.2.1", "node-sass": "^4.14.0", |