Add axios library for HTTP requests
Showing
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
"@testing-library/react": "^9.5.0", | "@testing-library/react": "^9.5.0", | ||
"@testing-library/user-event": "^7.2.1", | "@testing-library/user-event": "^7.2.1", | ||
"ace-builds": "^1.4.8", | "ace-builds": "^1.4.8", | ||
"axios": "^0.19.2", | |||
"react": "^16.13.0", | "react": "^16.13.0", | ||
"react-ace": "^8.0.0", | "react-ace": "^8.0.0", | ||
"react-d3-tree": "^1.16.1", | "react-d3-tree": "^1.16.1", | ||
... | ... |
Please register or sign in to comment