{
    "name": "@solana/wallet-adapter-example",
    "version": "0.18.18",
    "author": "Solana Maintainers <maintainers@solana.foundation>",
    "repository": "https://github.com/solana-labs/wallet-adapter",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "public",
        "src",
        ".editorconfig",
        ".eslintrc.json",
        ".gitignore",
        ".prettierignore",
        ".prettierrc",
        "LICENSE",
        "next.config.js",
        "next-env.d.ts",
        "package.json",
        "README.md",
        "tsconfig.json"
    ],
    "engines": {
        "node": ">=16"
    },
    "scripts": {
        "clean": "shx rm -rf .next .swc lib",
        "dev": "NODE_OPTIONS='--inspect' next dev",
        "build": "next build",
        "start": "next start",
        "lint": "next lint",
        "export": "next export"
    },
    "dependencies": {
        "@ant-design/icons": "^4.0.0",
        "@emotion/react": "^11.10.0",
        "@emotion/styled": "^11.10.0",
        "@mui/icons-material": "^5.8.4",
        "@mui/material": "^5.9.3",
        "@solana/wallet-adapter-ant-design": "^0.11.22",
        "@solana/wallet-adapter-base": "^0.9.20",
        "@solana/wallet-adapter-material-ui": "^0.16.23",
        "@solana/wallet-adapter-react": "^0.15.26",
        "@solana/wallet-adapter-react-ui": "^0.9.25",
        "@solana/wallet-adapter-wallets": "^0.19.9",
        "@solana/web3.js": "^1.58.0",
        "antd": "^4.22.6",
        "bs58": "^4.0.1",
        "next": "^12.3.1",
        "notistack": "^2.0.8",
        "react": "^18.0.0",
        "react-dom": "^18.0.0",
        "tweetnacl": "^1.0.3"
    },
    "devDependencies": {
        "@types/bs58": "^4.0.1",
        "@types/node-fetch": "^2.6.2",
        "@types/react": "^18.0.0",
        "@types/react-dom": "^18.0.0",
        "eslint": "^8.22.0",
        "eslint-config-next": "^12.2.5",
        "next-compose-plugins": "^2.2.1",
        "next-plugin-antd-less": "^1.8.0",
        "prettier": "^2.7.1",
        "shx": "^0.3.4",
        "typescript": "~4.7.4"
    }
}
