Files
TheGame/packages/web/package.json
2020-12-19 18:41:14 -07:00

35 lines
888 B
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": {
"@metafam/ds": "0.1.0",
"@metafam/utils": "1.0.0",
"@walletconnect/web3-provider": "^1.2.1",
"ethers": "^5.0.8",
"fake-tag": "2.0.0",
"graphql": "^15.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"next-images": "^1.4.1",
"next-urql": "2.0.0",
"node-fetch": "^2.6.1",
"opensea-js": "^1.1.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-is": "16.13.1",
"urql": "^1.9.7",
"web3modal": "^1.9.0"
}
}