Add cursor and privy provider

This commit is contained in:
2025-03-05 22:40:24 +07:00
parent 9498696d6d
commit ead68573a5
14 changed files with 698 additions and 72 deletions

View File

@@ -18,11 +18,15 @@
"dependencies": {
"@heroicons/react": "^1.0.6",
"@microsoft/signalr": "^6.0.5",
"@tanstack/react-query": "^5.36.1",
"@privy-io/react-auth": "^2.6.1",
"@privy-io/wagmi": "^1.0.3",
"@tailwindcss/typography": "^0.5.0",
"@tanstack/react-query": "^5.67.1",
"@wagmi/chains": "^0.2.9",
"@wagmi/connectors": "^5.7.3",
"@wagmi/core": "^2.16.3",
"@walletconnect/universal-provider": "^2.8.6",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"connectkit": "^1.8.2",
@@ -32,6 +36,7 @@
"lightweight-charts": "git+https://github.com/ntf/lightweight-charts.git",
"moment": "^2.29.3",
"plotly.js": "^2.18.1",
"postcss": "^8.4.13",
"react": "^18.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.1.0",
@@ -46,14 +51,11 @@
"react-table": "^7.8.0",
"react-toastify": "^9.0.1",
"reactflow": "^11.8.3",
"tailwindcss": "^3.0.23",
"viem": "2.x",
"wagmi": "^2.14.9",
"wagmi": "^2.14.12",
"web3": "^4.16.0",
"zustand": "^4.4.1",
"postcss": "^8.4.13",
"autoprefixer": "^10.4.7",
"@tailwindcss/typography": "^0.5.0",
"tailwindcss": "^3.0.23"
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/react": "^18.0.9",