github.com/maeglindeveloper/gqlgen@v0.13.1-0.20210413081235-57808b12a0a0/example/chat/package.json (about)

     1  {
     2    "name": "chat",
     3    "version": "0.1.0",
     4    "private": true,
     5    "dependencies": {
     6      "@apollo/client": "^3.2.3",
     7      "@apollo/react-hooks": "^4.0.0",
     8      "apollo-cache-inmemory": "^1.3.11",
     9      "apollo-link-ws": "^1.0.10",
    10      "apollo-utilities": "^1.0.26",
    11      "graphql": "^14.0.2",
    12      "graphql-tag": "^2.10.0",
    13      "react": "^16.6.3",
    14      "react-dom": "^16.6.3",
    15      "react-scripts": "^2.1.1",
    16      "styled-components": "^5.2.0",
    17      "subscriptions-transport-ws": "^0.9.5"
    18    },
    19    "scripts": {
    20      "start": "react-scripts start",
    21      "build": "react-scripts build",
    22      "test": "react-scripts test --env=jsdom",
    23      "eject": "react-scripts eject"
    24    },
    25    "browserslist": [
    26      ">0.2%",
    27      "not dead",
    28      "not ie <= 11",
    29      "not op_mini all"
    30    ]
    31  }