123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "wallet-adapter-chakraui-nextjs",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@chakra-ui/next-js": "^2.1.3",
- "@chakra-ui/react": "^2.6.1",
- "@emotion/react": "^11.11.0",
- "@emotion/styled": "^11.11.0",
- "@metaplex-foundation/mpl-bubblegum": "^0.7.0",
- "@solana/pay": "^0.2.5",
- "@solana/spl-account-compression": "^0.1.8",
- "@solana/wallet-adapter-base": "^0.9.22",
- "@solana/wallet-adapter-react": "^0.15.32",
- "@solana/wallet-adapter-react-ui": "^0.9.31",
- "@solana/wallet-adapter-wallets": "^0.19.16",
- "@solana/web3.js": "^1.77.1",
- "@types/node": "20.2.5",
- "@types/react": "18.2.7",
- "@types/react-dom": "18.2.4",
- "eslint": "8.41.0",
- "eslint-config-next": "13.4.4",
- "framer-motion": "^10.12.16",
- "next": "13.4.4",
- "react": "18.2.0",
- "react-circular-progressbar": "^2.1.0",
- "react-dom": "18.2.0",
- "typescript": "5.0.4"
- }
- }
|