Przeglądaj źródła

Add axios to App's package.json

Tatiana Inama 6 lat temu
rodzic
commit
d95f8b116d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app/package.json

+ 2 - 2
app/package.json

@@ -6,7 +6,6 @@
     "@testing-library/jest-dom": "^4.2.4",
     "@testing-library/react": "^9.5.0",
     "@testing-library/user-event": "^7.2.1",
-    "@theme-ui/presets": "^0.3.0",
     "@types/jest": "^24.9.1",
     "@types/node": "^12.12.35",
     "@types/ramda": "^0.27.3",
@@ -23,7 +22,8 @@
     "react-router-dom": "^5.1.2",
     "react-scripts": "3.4.1",
     "reactstrap": "^8.4.1",
-    "typescript": "^3.7.5"
+    "typescript": "^3.7.5",
+    "axios": "^0.19.2"
   },
   "scripts": {
     "start": "react-scripts start",