github.com/jepp2078/gqlgen@v0.7.2/example/chat/package.json (about) 1 { 2 "name": "chat", 3 "version": "0.1.0", 4 "private": true, 5 "dependencies": { 6 "apollo-cache-inmemory": "^1.3.11", 7 "apollo-client": "^2.4.7", 8 "apollo-link": "^1.2.4", 9 "apollo-link-http": "^1.5.7", 10 "apollo-link-ws": "^1.0.10", 11 "apollo-utilities": "^1.0.26", 12 "graphql": "^14.0.2", 13 "graphql-tag": "^2.10.0", 14 "react": "^16.6.3", 15 "react-apollo": "^2.3.1", 16 "react-dom": "^16.6.3", 17 "react-scripts": "^2.1.1", 18 "subscriptions-transport-ws": "^0.9.5" 19 }, 20 "scripts": { 21 "start": "react-scripts start", 22 "build": "react-scripts build", 23 "test": "react-scripts test --env=jsdom", 24 "eject": "react-scripts eject" 25 }, 26 "browserslist": [ 27 ">0.2%", 28 "not dead", 29 "not ie <= 11", 30 "not op_mini all" 31 ] 32 }