Files
TheGame/packages/web/package.json
dependabot[bot] a6b0395bb0 Bump web3modal from 1.9.2 to 1.9.3 (#367)
Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](https://github.com/web3modal/web3modal/compare/1.9.2...1.9.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 22:31:27 +01:00

40 lines
1.0 KiB
JSON

{
"name": "@metafam/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next\" \"yarn generate --watch\"",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"precommit": "yarn lint-staged",
"generate": "graphql-codegen --config=codegen.yml",
"prepare": "yarn generate"
},
"dependencies": {
"@chakra-ui/icons": "1.0.3",
"@metafam/ds": "0.1.0",
"@metafam/utils": "1.0.0",
"@walletconnect/web3-provider": "1.3.1",
"ethers": "5.0.17",
"fake-tag": "2.0.0",
"framer-motion": "3.1.1",
"graphql": "15.4.0",
"isomorphic-unfetch": "3.1.0",
"next": "10.0.3",
"next-images": "1.6.0",
"next-urql": "2.0.0",
"node-fetch": "2.6.1",
"opensea-js": "1.1.10",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-icons": "3.11.0",
"react-is": "16.13.1",
"react-qr-svg": "^2.3.0",
"spacetime": "6.12.2",
"spacetime-informal": "0.5.0",
"urql": "1.11.6",
"web3modal": "1.9.3"
}
}