Skip to content

Instantly share code, notes, and snippets.

@mohak1712
Created April 15, 2019 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohak1712/f2213956cf259be2ff3e7a7ac45b53ad to your computer and use it in GitHub Desktop.
Save mohak1712/f2213956cf259be2ff3e7a7ac45b53ad to your computer and use it in GitHub Desktop.
{
"name": "learn-react-grpc",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "2.1.8",
"@grpc/grpc-js": "^0.3.6",
"google-protobuf": "^3.7.1",
"grpc": "^1.19.0",
"grpc-web": "^1.0.4"
},
"scripts": {
"start": "react-scripts start",
"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"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment