{
  "name": "peer-star-example-react-app",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "fast-diff": "^1.2.0",
    "libp2p-websocket-star-rendezvous": "^0.3.0",
    "peer-star-app": "../../",
    "peer-star-network-vis-react": "^0.1.3",
    "peer-star-react": "^0.1.0",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "react-router-dom": "^4.3.1",
    "react-scripts": "2.1.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "start:rv": "rendezvous",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
