package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "wallet-adapter-chakraui-nextjs",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@chakra-ui/next-js": "^2.1.3",
  13. "@chakra-ui/react": "^2.6.1",
  14. "@coral-xyz/anchor": "^0.30.0",
  15. "@emotion/react": "^11.11.0",
  16. "@emotion/styled": "^11.11.0",
  17. "@metaplex-foundation/mpl-bubblegum": "^0.7.0",
  18. "@solana/pay": "^0.2.5",
  19. "@solana/spl-account-compression": "^0.1.8",
  20. "@solana/wallet-adapter-base": "^0.9.22",
  21. "@solana/wallet-adapter-react": "^0.15.32",
  22. "@solana/wallet-adapter-react-ui": "^0.9.31",
  23. "@solana/wallet-adapter-wallets": "^0.19.16",
  24. "@solana/web3.js": "^1.77.1",
  25. "@types/node": "20.2.5",
  26. "@types/react": "18.2.7",
  27. "@types/react-dom": "18.2.4",
  28. "eslint": "8.41.0",
  29. "eslint-config-next": "13.4.4",
  30. "framer-motion": "^10.12.16",
  31. "next": "13.4.4",
  32. "react": "18.2.0",
  33. "react-circular-progressbar": "^2.1.0",
  34. "react-dom": "18.2.0",
  35. "typescript": "5.0.4"
  36. }
  37. }