mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 13:47:57 -05:00
* Create "me" view for logged in user * Implement user auth on web * Fix type errors * Setup static regeneration * Disable next export * Address PR feedback
33 lines
831 B
JSON
33 lines
831 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",
|
|
"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"
|
|
}
|
|
}
|