Skip to content

Commit

Permalink
Initial commit of local content
Browse files Browse the repository at this point in the history
  • Loading branch information
RastaDjuss authored and RastaDjuss committed Jan 17, 2025
1 parent a5fb50c commit 5de38f7
Show file tree
Hide file tree
Showing 2 changed files with 9,536 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana/spl-token": "^0.4.8",
"@solana/spl-token": "^0.4.9",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "^1.95.1",
"@tabler/icons-react": "^3.11.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-next-experimental": "^5.51.11",
"daisyui": "^4.12.10",
"jotai": "^2.9.1",
"@solana/web3.js": "^1.98.0",
"@tabler/icons-react": "^3.28.1",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-next-experimental": "^5.64.1",
"daisyui": "^4.12.23",
"jotai": "^2.11.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/jest": "^29.0.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"jest": "^29.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.0.2",
"typescript": "^5"
"jest": "^29.7.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit 5de38f7

Please sign in to comment.