mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 05:25:15 -05:00
* Cross Browser Compatibility for Gradient with new hover animation * [MyMeta] Use responsive units on the header and footer (#305) * fixing menu drawer to display on Chromium * switching footer layout to responsive units * build failing b/c player is undefined * refactoring bottom nav to use fewer explicit sizes * fixed link issues and removed box from focused menu items ala. * `Error serializing `.guild` returned from `getStaticProps` in "/guild/[guildname]"` * codegen was removed, but some references linger * switching profile options to icons to save space * simplifying & making links clickable * accidentally duplicated a parameter * adding Chakra icons to web app * removing version smudge from icons lib * simplifying clumsy ternary statement * lint cares that imports are in alphabetical order * switching drawer images to next.js component (re: #294) * satiating the linter * moving BoxedNextImage to deign-system * Fix server side rendering issues with backdrop filter * boxing next.js images * these only look broken in Chrome's mobile emulator 🍄 * making the serialization fix precisely correct 🎷 Co-authored-by: Will Holcomb <dys@dhappy.org> Co-authored-by: Pacien Boisson <pakokrew@gmail.com>
39 lines
1003 B
JSON
39 lines
1003 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": {
|
|
"@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",
|
|
"spacetime": "6.12.2",
|
|
"spacetime-informal": "0.5.0",
|
|
"urql": "1.11.6",
|
|
"web3modal": "1.9.2"
|
|
}
|
|
}
|