{
    "name": "@solana/wallet-adapter-nextjs-starter",
    "version": "0.8.7",
    "author": "Solana Maintainers <maintainers@solana.foundation>",
    "repository": "https://github.com/solana-labs/wallet-adapter",
    "license": "Apache-2.0",
    "files": [
        "pages",
        "public",
        "styles",
        ".eslintrc.json",
        "LICENSE",
        "next.config.js",
        "next-env.d.ts",
        "README.md",
        "tsconfig.json"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "clean": "shx rm -rf .next",
        "dev": "NODE_OPTIONS='--inspect' next dev",
        "build": "yarn clean && next build",
        "start": "next start",
        "lint": "next lint"
    },
    "dependencies": {
        "@solana/wallet-adapter-base": "^0.9.12",
        "@solana/wallet-adapter-react": "^0.15.10",
        "@solana/wallet-adapter-react-ui": "^0.9.13",
        "@solana/wallet-adapter-wallets": "^0.18.1",
        "next": "^12.2.3",
        "react": "^18.0.0",
        "react-dom": "^18.0.0"
    },
    "devDependencies": {
        "@types/node": "^18.6.3",
        "@types/react": "^18.0.15",
        "@types/react-dom": "^18.0.6",
        "eslint": "^8.21.0",
        "eslint-config-next": "^12.2.3",
        "shx": "^0.3.3",
        "typescript": "^4.6.2"
    }
}
