Files
TheGame/packages/web/package.json
Alec LaLonde 44c706761c Feature/add timezone frontend (#231)
* Added tz column

* Updated hasura permissions on new table

* Added new dependencies for working with timezones

* Added SetupTimeZone component

* Bumped spacetime-informal to use their types

* Extracted timezone computation into helper, added useMemo hook

* Re-added spacetime types
2020-12-24 23:28:12 -07:00

38 lines
984 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",
"framer-motion": "^3.1.1",
"graphql": "^15.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^10.0.3",
"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",
"spacetime": "^6.12.1",
"spacetime-informal": "^0.5.0",
"urql": "^1.9.7",
"web3modal": "^1.9.0"
}
}