Skip to content

Commit

Permalink
update Modal Challanges, Store, view mobile leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rioyuda02 committed Aug 19, 2024
1 parent c18ba26 commit 6e6b442
Show file tree
Hide file tree
Showing 29 changed files with 11,727 additions and 19,899 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified apps/.DS_Store
Binary file not shown.
8 changes: 7 additions & 1 deletion apps/web/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};


const nextConfig ={
images: {
domains: ['xottle.asia'],
},
};

export default nextConfig;
29,234 changes: 11,454 additions & 17,780 deletions apps/web/package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@pinata/sdk": "^2.1.0",
"@tanstack/react-query": "^5.51.23",
"@walletconnect/web3-provider": "^1.8.0",
"@walletconnect/web3wallet": "^1.13.0",
"@web3-react/core": "^8.2.3",
"@web3-react/injected-connector": "^6.0.7",
"@web3modal/wagmi": "^5.0.11",
"@yudiel/react-qr-scanner": "^2.0.4",
"axios": "^1.7.4",
"ethers": "^5.7.2",
"flowbite-react": "^0.10.1",
"framer-motion": "^11.3.21",
"ipfs-http-client": "^60.0.1",
"next": "14.2.5",
"qr-scanner": "^1.4.2",
"react": "^18",
Expand All @@ -28,6 +31,7 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
Loading

0 comments on commit 6e6b442

Please sign in to comment.