package.json 1.1 KB
{
  "name": "client",
  "version": "0.7.1",
  "private": true,
  "proxy": {
    "/map": {
      "target": "http://localhost:5000"
    },
    "/map/pedro": {
      "target": "http://localhost:5000"
    },
    "/stylesheets": {
      "target": "http://localhost:5000"
    },
    "/auth/google": {
      "target": "http://localhost:5000"
    },
    "/auth/google/callback": {
      "target": "http://localhost:5000"
    },
    "/api/current_user": {
      "target": "http://localhost:5000"
    },
    "/api/logout": {
      "target": "http://localhost:5000"
    },
    "/consumidores": {
      "target": "http://localhost:5000"
    },
    "/consumer": {
      "target": "http://localhost:5000"
    }
  },
  "dependencies": {
    "ajv": "^6.5.0",
    "axios": "0.17.1",
    "faker": "^4.1.0",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "react-iframe": "^1.2.0",
    "react-scripts": "1.1.4",
    "react-select": "1.1.0",
    "util": "^0.10.3"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }
}