diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 56b11c7..661c2c4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,14 +11,17 @@ "@testing-library/user-event": "^7.1.2", "axios": "^0.19.2", "bootstrap": "^4.4.1", + "classnames": "^2.2.6", "eslint-config-react-app": "^5.2.1", "node-sass": "^4.14.0", "react": "^16.13.1", "react-bootstrap": "^1.0.1", "react-dom": "^16.13.1", + "react-input-mask": "^3.0.0-alpha.2", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-scripts": "3.4.1", + "react-tag-autocomplete": "^6.0.0-beta.6", "typed.js": "^2.0.11" }, "scripts": { |