{ "name": "my-app", "version": "0.1.0", "scripts": { "start": "react-scripts start --port 7860", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "reactflow": "^11.5.6" } }