mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-14 07:54:59 -05:00
* Bump eslint-plugin-import from 2.22.1 to 2.23.2 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.2) Signed-off-by: dependabot[bot] <support@github.com> * fixed eslint-plugin-import update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dan13ram <dan13ram@gmail.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 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": {
|
|
"@types/react": "17.0.5",
|
|
"@metafam/ds": "0.1.0",
|
|
"@metafam/utils": "1.0.0",
|
|
"@urql/exchange-retry": "0.2.1",
|
|
"@walletconnect/web3-provider": "1.4.1",
|
|
"copy-to-clipboard": "3.3.1",
|
|
"ethers": "5.1.4",
|
|
"fake-tag": "2.0.0",
|
|
"graphql": "15.5.0",
|
|
"isomorphic-unfetch": "3.1.0",
|
|
"moment": "2.29.1",
|
|
"next": "10.2.0",
|
|
"next-images": "1.7.0",
|
|
"next-urql": "3.1.0",
|
|
"node-fetch": "2.6.1",
|
|
"opensea-js": "1.1.11",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"react-hook-form": "6.15.5",
|
|
"react-icons": "4.2.0",
|
|
"react-qr-svg": "2.3.0",
|
|
"spacetime": "6.16.0",
|
|
"spacetime-informal": "0.6.1",
|
|
"urql": "2.0.2",
|
|
"web3modal": "1.9.3"
|
|
}
|
|
}
|