Files
TheGame/packages/web/package.json
2024-08-13 19:04:31 -04:00

103 lines
3.0 KiB
JSON

{
"name": "@metafam/web",
"version": "0.2.0",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "concurrently \"next\" \"yarn generate --watch 'graphql/**/*.ts' --verbose --debug\"",
"build": "yarn generate:graphql && NODE_OPTIONS='--max-old-space-size=5120' next build",
"start": "next start",
"typecheck": "tsc --noEmit --pretty",
"generate": "yarn generate:graphql",
"generate:graphql": "graphql-codegen --verbose --debug",
"precommit": "yarn typecheck",
"analyze-bundle": "ANALYZE=true next build"
},
"imports": {
"#*": [
"./*",
"./*.ts",
"./*.tsx",
"./*/index.ts",
"./*/index.tsx"
]
},
"dependencies": {
"@composedb/client": "^0.7.1",
"@didtools/pkh-ethereum": "^0.6.0",
"@ethereum-attestation-service/eas-sdk": "^1.5.0",
"@metafam/ds": "workspace:*",
"@metafam/utils": "workspace:*",
"@quest-chains/sdk": "^0.2.12",
"@react-spring/web": "9.4.3",
"@tanstack/react-query": "^5.51.11",
"@ucanto/core": "^9.0.1",
"@ucanto/principal": "^9.0.0",
"@urql/exchange-retry": "^1.2.0",
"@userback/react": "^0.1.4",
"@walletconnect/web3-provider": "^1.8.0",
"@web3-storage/access": "^18.1.1",
"@web3-storage/w3up-client": "^12.0.0",
"@web3modal/wagmi": "^5.0.8",
"alchemy-sdk": "^3.1.2",
"connectkit": "^1.7.1",
"copy-to-clipboard": "3.3.1",
"deep-equal": "2.0.5",
"did-session": "^4.0.0",
"ethers": "^6.13.1",
"googleapis": "^122.0.0",
"graphql": "16.9.0",
"html-metadata-parser": "2.0.4",
"html-react-parser": "^5.1.10",
"iron-session": "^8.0.1",
"isomorphic-dompurify": "^0.19.0",
"jdenticon": "3.2.0",
"jotai": "1.6.0",
"luxon": "^3.4.3",
"moment": "2.29.4",
"next": "^13.3.0",
"next-plausible": "^3.7.2",
"next-urql": "^5.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-grid-layout": "1.3.4",
"react-hook-form": "^7.27.1",
"react-icons": "4.3.1",
"react-markdown": "^8.0.3",
"react-markdown-editor-lite": "^1.3.3",
"react-qr-svg": "2.4.0",
"react-resizable": "3.0.4",
"react-vis": "1.11.7",
"remark-gfm": "^3.0.1",
"rss-to-json": "2.0.2",
"rxjs": "^7.8.1",
"sass": "^1.54.8",
"siwe": "^2.1.4",
"swr": "2.0.3",
"urql": "^4.0.6",
"viem": "^2.17.3",
"wagmi": "^2.10.10",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@composedb/cli": "^0.7.1",
"@composedb/types": "^0.7.1",
"@next/bundle-analyzer": "^14.1.0",
"@next/eslint-plugin-next": "^12.3.1",
"@types/busboy": "1.5.0",
"@types/deep-equal": "1.0.1",
"@types/dompurify": "^2.3.3",
"@types/gapi.youtube": "3.0.35",
"@types/luxon": "^3.3.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-grid-layout": "1.3.2",
"@types/react-vis": "1.11.10",
"ts-node": "^10.9.1",
"typescript": "^5.5.3"
}
}