Skip to content

Commit

Permalink
Adds tutorial code
Browse files Browse the repository at this point in the history
  • Loading branch information
gwmccubbin committed Sep 15, 2020
1 parent 9c0e223 commit a3f5d7b
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 48 deletions.
298 changes: 298 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "An Ethereum Marketplace",
"author": "[email protected]",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
Expand All @@ -14,7 +18,10 @@
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"react": "16.8.4",
"react-apollo": "^3.1.5",
"react-bootstrap": "1.0.0-beta.5",
"react-dom": "16.8.4",
"react-scripts": "2.1.3",
Expand Down
Loading

0 comments on commit a3f5d7b

Please sign in to comment.