{
    "name": "@solana/wallet-adapter-react-ui-starter",
    "version": "0.9.8",
    "author": "Solana Maintainers <maintainers@solana.foundation>",
    "repository": "https://github.com/solana-labs/wallet-adapter",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "src",
        ".editorconfig",
        ".eslintignore",
        ".eslintrc.json",
        ".gitignore",
        ".prettierignore",
        ".prettierrc",
        "LICENSE",
        "package.json",
        "tsconfig.json"
    ],
    "scripts": {
        "clean": "shx rm -rf dist .parcel-cache",
        "build": "yarn clean && parcel build src/index.html",
        "start": "yarn clean && parcel src/index.html",
        "fmt": "prettier --write '{*,**/*}.{js,ts,jsx,tsx,json}'",
        "lint": "eslint . && prettier --check '{*,**/*}.{js,ts,jsx,tsx,json}'",
        "lint:fix": "eslint --fix . && yarn fmt",
        "nuke": "shx rm -rf node_modules yarn.lock"
    },
    "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",
        "@solana/web3.js": "^1.50.1",
        "react": "^18.0.0",
        "react-dom": "^18.0.0"
    },
    "devDependencies": {
        "@types/eslint": "^8.4.5",
        "@types/eslint-plugin-prettier": "^3.1.0",
        "@types/node": "^18.6.3",
        "@types/prettier": "^2.6.4",
        "@types/react": "^18.0.15",
        "@types/react-dom": "^18.0.6",
        "@typescript-eslint/eslint-plugin": "^5.32.0",
        "@typescript-eslint/parser": "^5.32.0",
        "eslint": "^8.21.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-react": "^7.29.3",
        "eslint-plugin-react-hooks": "^4.3.0",
        "parcel": "^2.7.0",
        "prettier": "^2.5.1",
        "shx": "^0.3.4",
        "tslib": "^2.3.1",
        "typescript": "^4.5.4"
    }
}
