mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 00:48:18 -05:00
* incorporating configuration panes from #1078 * standardizing player hero subcomponents & removing `owner` var from `useProfileField` 🚪 * switching box type, ambiguating overly-specific names, & massaging heights 📱 * reordering profile details sections, updating deployment environment, & conditionally wrapping the hero elements 🎬 * fixing render of color disposition selector 🕍 * self code review changes: removed some `;`s 🎋 * getting yarn typecheck && yarn lint to pass post rebase 🏇🏾 * handling "missing <div> in <button>" error with mounted check & setting HTTP return codes for OpenSea API endpoint 🕺 * `ProfileWizard` extends `Wizard`, roles display better on mobile, & pronouns use `ProfileWizardPane` 🍊 * properly encapsulating ETH address regex 🚲 * adding some tasks 🏥 * fixed skills layou * handling default values? ❔ * corrections for revision comments from @dan13ram (UI bugs to follow) 🌋 * cleaning up memberships & explorer type 🧫 * refactoring player roles configuration and display to use `WizardPane` 🔮 * bunches of mobile fixes & repairing the display of deserialized skills 📟 * removing redirect in static props & formatting memberships display for responsiveness 🪆 * improving comprehensability of `/me` & more mobile tweaking 🍦 * various spacing fixes & a “try again” button for connecting 🫕 * maybe fixed issue with saving images for fields with default values 🇩🇿 * switched roles selection to a bounded `SimpleGrid` to fix sizing weirdness 🧰 * fix: removed verify on brightId button * fix: clean up username page * formatting & fixing skills issues 🥩 * reformatting NFT display 🚂 * adding `/join` 🚉 * style: peth's suggestions * added mainnet required message * style: slight tweak of megamenu item positions * chore(release): 0.2.0 Co-authored-by: tenfinney <scott@1box.onmicrosoft.com> Co-authored-by: dan13ram <dan13ram@gmail.com> Co-authored-by: vidvidvid <weetopol@gmail.com>
84 lines
2.4 KiB
JSON
84 lines
2.4 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": {
|
|
"@3id/connect": "0.2.5",
|
|
"@ceramicnetwork/3id-did-resolver": "1.4.9",
|
|
"@ceramicnetwork/http-client": "1.5.7",
|
|
"@ceramicnetwork/stream-caip10-link": "1.2.2",
|
|
"@datamodels/identity-profile-basic": "0.1.2",
|
|
"@glazed/devtools": "0.1.3",
|
|
"@glazed/did-datastore": "0.2.1",
|
|
"@glazed/tile-loader": "0.1.2",
|
|
"@metafam/ds": "0.1.0",
|
|
"@metafam/utils": "1.0.1",
|
|
"@react-spring/web": "9.3.0",
|
|
"@types/draft-js": "0.11.3",
|
|
"@types/draftjs-to-html": "0.8.1",
|
|
"@types/react": "17.0.6",
|
|
"@types/react-draft-wysiwyg": "1.13.2",
|
|
"@types/react-grid-layout": "1.1.3",
|
|
"@urql/exchange-retry": "0.2.1",
|
|
"@walletconnect/web3-provider": "1.5.2",
|
|
"busboy": "0.3.1",
|
|
"cids": "1.1.9",
|
|
"classnames": "2.3.1",
|
|
"copy-to-clipboard": "3.3.1",
|
|
"deep-equal": "^2.0.5",
|
|
"dids": "2.4.3",
|
|
"draft-js": "0.11.7",
|
|
"draftjs-to-html": "0.9.1",
|
|
"ethers": "5.5.3",
|
|
"fake-tag": "3.0.0",
|
|
"graphql": "15.8.0",
|
|
"html-metadata-parser": "2.0.4",
|
|
"html-react-parser": "1.2.8",
|
|
"isomorphic-unfetch": "3.1.0",
|
|
"jotai": "1.5.3",
|
|
"jsdom": "19.0.0",
|
|
"moment": "2.29.1",
|
|
"next": "10.2.3",
|
|
"next-images": "1.7.0",
|
|
"next-transpile-modules": "9.0.0",
|
|
"next-urql": "3.3.2",
|
|
"node-fetch": "2.6.1",
|
|
"opensea-js": "1.2.7",
|
|
"react": "17.0.2",
|
|
"react-container-query": "0.12.0",
|
|
"react-dom": "17.0.2",
|
|
"react-draft-wysiwyg": "1.14.7",
|
|
"react-grid-layout": "1.3.0",
|
|
"react-hook-form": "7.21.0",
|
|
"react-icons": "4.2.0",
|
|
"react-qr-svg": "2.3.0",
|
|
"react-resizable": "3.0.4",
|
|
"react-vis": "1.11.7",
|
|
"rss-to-json": "2.0.2",
|
|
"sourcecred": "0.9.0",
|
|
"swr": "1.0.1",
|
|
"urql": "2.0.2",
|
|
"web3.storage": "3.5.0",
|
|
"web3modal": "1.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/busboy": "0.3.1",
|
|
"@types/deep-equal": "^1.0.1",
|
|
"@types/react": "17.0.6",
|
|
"@types/react-grid-layout": "1.1.3",
|
|
"@types/react-vis": "1.11.10"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "4.5.4"
|
|
}
|
|
}
|