{
    "name": "@solana/wallet-adapter-react-ui",
    "version": "0.9.13",
    "author": "Solana Maintainers <maintainers@solana.foundation>",
    "repository": "https://github.com/solana-labs/wallet-adapter",
    "license": "Apache-2.0",
    "type": "module",
    "sideEffects": false,
    "main": "lib/cjs/index.js",
    "module": "lib/esm/index.mjs",
    "types": "lib/types/index.d.ts",
    "exports": {
        ".": {
            "require": "./lib/cjs/index.js",
            "import": "./lib/esm/index.mjs",
            "types": "./lib/types/index.d.ts"
        },
        "./styles.css": "./styles.css"
    },
    "files": [
        "lib",
        "src",
        "LICENSE",
        "styles.css"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "clean": "shx rm -rf lib/*",
        "build": "yarn clean && tsc -p tsconfig.json && tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json",
        "postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"
    },
    "peerDependencies": {
        "@solana/web3.js": "^1.50.1",
        "react": "*",
        "react-dom": "*"
    },
    "dependencies": {
        "@solana/wallet-adapter-base": "^0.9.12",
        "@solana/wallet-adapter-react": "^0.15.10"
    },
    "devDependencies": {
        "@solana/web3.js": "^1.50.1",
        "@types/react": "^18.0.15",
        "@types/react-dom": "^18.0.6",
        "react": "^18.0.0",
        "react-dom": "^18.0.0"
    }
}
