Commit 1578a2dd authored by Markus Mößler's avatar Markus Mößler
Browse files

added react-router-dom and proxy to backend to package json

parent 9adf53a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,10 +2,12 @@
  "name": "app",
  "version": "0.1.0",
  "private": true,
  "proxy": "http://tornado-backend:8888",
  "dependencies": {
    "cra-template": "1.2.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-router-dom": "^7.0.2",
    "react-scripts": "5.0.1",
    "web-vitals": "^4.2.4"
  },